Package org.redisson.cache
Class LocalCachedMapDisable
- java.lang.Object
-
- org.redisson.cache.LocalCachedMapDisable
-
- All Implemented Interfaces:
Serializable
public class LocalCachedMapDisable extends Object implements Serializable
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalCachedMapDisable()
LocalCachedMapDisable(String requestId, byte[][] keyHashes, long timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[][]
getKeyHashes()
String
getRequestId()
long
getTimeout()
-
-
-
Constructor Detail
-
LocalCachedMapDisable
public LocalCachedMapDisable()
-
LocalCachedMapDisable
public LocalCachedMapDisable(String requestId, byte[][] keyHashes, long timeout)
-
-
Method Detail
-
getRequestId
public String getRequestId()
-
getTimeout
public long getTimeout()
-
getKeyHashes
public byte[][] getKeyHashes()
-
-