Class GenericKeyCommand
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.cmd.impl.AbstractCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.GenericKeyCommand
-
- All Implemented Interfaces:
Command,Event,Serializable
- Direct Known Subclasses:
BitFieldCommand,DecrByCommand,DecrCommand,ExpireAtCommand,ExpireCommand,GenericKeyValueCommand,GeoAddCommand,HDelCommand,HIncrByCommand,HMSetCommand,HSetCommand,IncrByCommand,IncrCommand,LPopCommand,LPushCommand,LPushXCommand,LTrimCommand,MoveCommand,PersistCommand,PExpireAtCommand,PExpireCommand,PFAddCommand,PSetExCommand,RenameCommand,RenameNxCommand,RestoreCommand,RPopCommand,RPushCommand,RPushXCommand,SAddCommand,SetBitCommand,SortCommand,SRemCommand,XAckCommand,XAddCommand,XClaimCommand,XDelCommand,XGroupCommand,XSetIdCommand,XTrimCommand,ZAddCommand,ZIncrByCommand,ZPopMaxCommand,ZPopMinCommand,ZRemCommand,ZRemRangeByLexCommand,ZRemRangeByRankCommand,ZRemRangeByScoreCommand
public abstract class GenericKeyCommand extends AbstractCommand
- 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[]getKey()voidsetKey(byte[] key)-
Methods inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-