Package org.redisson
Class IntegerSlotCallback
java.lang.Object
org.redisson.IntegerSlotCallback
- All Implemented Interfaces:
SlotCallback<Integer,
Integer>
- Author:
- Nikita Koksharov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
createParams
(List<Object> params) onFinish()
void
onSlotResult
(List<Object> keys, Integer 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
-
IntegerSlotCallback
public IntegerSlotCallback() -
IntegerSlotCallback
-
-
Method Details
-
onSlotResult
- Specified by:
onSlotResult
in interfaceSlotCallback<Integer,
Integer>
-
onFinish
- Specified by:
onFinish
in interfaceSlotCallback<Integer,
Integer>
-
createParams
- Specified by:
createParams
in interfaceSlotCallback<Integer,
Integer>
-