Class SDiffStoreCommand
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.cmd.impl.AbstractCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.SDiffStoreCommand
-
- All Implemented Interfaces:
Command,Event,Serializable
@CommandSpec(command="SDIFFSTORE") public class SDiffStoreCommand extends AbstractCommand
- Since:
- 2.1.0
- Author:
- Leon Chen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.moilioncircle.redis.replicator.event.Event
Event.Context
-
-
Field Summary
-
Fields inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
context
-
-
Constructor Summary
Constructors Constructor Description SDiffStoreCommand()SDiffStoreCommand(byte[] destination, byte[][] keys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getDestination()byte[][]getKeys()voidsetDestination(byte[] destination)voidsetKeys(byte[][] keys)-
Methods inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-