org.springframework.datastore.redis
Class RedisEntry

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.springframework.datastore.redis.RedisEntry
All Implemented Interfaces:
Serializable, Cloneable, Map

public class RedisEntry
extends HashMap

Since:
1.0
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
protected  String family
           
 
Constructor Summary
RedisEntry(String family)
           
 
Method Summary
 Object get(Object o)
           
 String getFamily()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

family

protected String family
Constructor Detail

RedisEntry

public RedisEntry(String family)
Method Detail

getFamily

public String getFamily()

get

public Object get(Object o)
Specified by:
get in interface Map
Overrides:
get in class HashMap