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