Package org.redisson
Class LongSlotCallback
java.lang.Object
org.redisson.LongSlotCallback
- All Implemented Interfaces:
SlotCallback<Long,
Long>
- Author:
- Nikita Koksharov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
createParams
(List<Object> params) onResult
(Collection<Long> result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.redisson.SlotCallback
createCommand, createKeys
-
Constructor Details
-
LongSlotCallback
public LongSlotCallback() -
LongSlotCallback
-
-
Method Details
-
onResult
- Specified by:
onResult
in interfaceSlotCallback<Long,
Long>
-
createParams
- Specified by:
createParams
in interfaceSlotCallback<Long,
Long>
-