Class AbstractCommand
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.cmd.impl.AbstractCommand
-
- All Implemented Interfaces:
Command,Event,Serializable
- Direct Known Subclasses:
BitOpCommand,BLMoveCommand,BRPopLPushCommand,CopyCommand,DefaultCommand,DelCommand,EvalCommand,EvalShaCommand,ExecCommand,FlushAllCommand,FlushDBCommand,FunctionCommand,GenericKeyCommand,GeoSearchStoreCommand,LMoveCommand,MSetCommand,MSetNxCommand,MultiCommand,PFCountCommand,PFMergeCommand,PingCommand,PublishCommand,ReplConfCommand,RPopLPushCommand,ScriptCommand,SDiffStoreCommand,SelectCommand,SInterStoreCommand,SMoveCommand,SPublishCommand,SUnionStoreCommand,SwapDBCommand,UnLinkCommand,ZDiffStoreCommand,ZInterStoreCommand,ZUnionStoreCommand
public abstract class AbstractCommand extends AbstractEvent implements Command
- 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
-
-
Constructor Summary
Constructors Constructor Description AbstractCommand()
-
Method Summary
-
Methods inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-