Package io.permazen.kv.raft.cmd
Class AbstractTransactionRaftCommand
java.lang.Object
io.permazen.cli.cmd.AbstractCommand
io.permazen.kv.raft.cmd.AbstractRaftCommand
io.permazen.kv.raft.cmd.AbstractTransactionRaftCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
RaftAddCommand
,RaftRemoveCommand
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
Nested classes/interfaces inherited from class io.permazen.kv.raft.cmd.AbstractRaftCommand
AbstractRaftCommand.RaftAction
-
Field Summary
Fields inherited from class io.permazen.cli.cmd.AbstractCommand
log, name, paramParser
-
Constructor Summary
-
Method Summary
Methods inherited from class io.permazen.kv.raft.cmd.AbstractRaftCommand
getSessionModes
Methods inherited from class io.permazen.cli.cmd.AbstractCommand
execute, getAction, getHelpDetail, getHelpSummary, getName, getParser, getUsage
-
Constructor Details
-
AbstractTransactionRaftCommand
-