Package org.redisson.cache
Class LocalCachedMapClear
java.lang.Object
org.redisson.cache.LocalCachedMapClear
- All Implemented Interfaces:
Serializable
- Author:
- Nikita Koksharov
- See Also:
-
Constructor Summary
ConstructorDescriptionLocalCachedMapClear
(byte[] excludedId, byte[] requestId, boolean releaseSemaphore) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
boolean
-
Constructor Details
-
LocalCachedMapClear
public LocalCachedMapClear() -
LocalCachedMapClear
public LocalCachedMapClear(byte[] excludedId, byte[] requestId, boolean releaseSemaphore)
-
-
Method Details
-
getExcludedId
public byte[] getExcludedId() -
isReleaseSemaphore
public boolean isReleaseSemaphore() -
getRequestId
public byte[] getRequestId()
-