Class RPopLPushCommand
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.cmd.impl.AbstractCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.RPopLPushCommand
-
- All Implemented Interfaces:
Command,Event,Serializable
@CommandSpec(command="RPOPLPUSH") public class RPopLPushCommand extends AbstractCommand
- Since:
- 2.3.1
- 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 RPopLPushCommand()RPopLPushCommand(byte[] source, byte[] destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getDestination()byte[]getSource()voidsetDestination(byte[] destination)voidsetSource(byte[] source)-
Methods inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-