Class RMHash
java.lang.Object
com.github.fppt.jedismock.storage.ExpiringStorage
com.github.fppt.jedismock.datastructures.RMHash
- All Implemented Interfaces:
RMDataStructure
-
Field Summary
Fields inherited from class com.github.fppt.jedismock.storage.ExpiringStorage
keyChangeNotifier -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.fppt.jedismock.storage.ExpiringStorage
clear, configureTTL, getClockSupplier, getDeadline, getMillis, getTTL, isKeyOutdated, setDeadline, setTTLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.fppt.jedismock.datastructures.RMDataStructure
getAsSlice
-
Constructor Details
-
RMHash
-
-
Method Details
-
getStoredDataReadOnly
-
put
-
raiseTypeCastException
public void raiseTypeCastException()- Specified by:
raiseTypeCastExceptionin interfaceRMDataStructure
-
getTypeName
- Specified by:
getTypeNamein interfaceRMDataStructure
-
delete
- Overrides:
deletein classExpiringStorage
-
keyExists
- Specified by:
keyExistsin classExpiringStorage
-
get
-
isEmpty
public boolean isEmpty() -
sizeIncludingExpired
public int sizeIncludingExpired() -
isLazilyExpired
public boolean isLazilyExpired()
-