Class GenericKeyValueCommand
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.cmd.impl.AbstractCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.GenericKeyCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.GenericKeyValueCommand
-
- All Implemented Interfaces:
Command,Event,Serializable
- Direct Known Subclasses:
AppendCommand,GetSetCommand,HSetNxCommand,LInsertCommand,LRemCommand,LSetCommand,SetCommand,SetExCommand,SetNxCommand,SetRangeCommand
public abstract class GenericKeyValueCommand extends GenericKeyCommand
- Since:
- 3.3.0
- Author:
- René Kerner (@rk3rn3r)
- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getValue()voidsetValue(byte[] value)-
Methods inherited from class com.moilioncircle.redis.replicator.cmd.impl.GenericKeyCommand
getKey, setKey
-
Methods inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-