Interface RaftCommand
- All Superinterfaces:
Immutable,StateMachineCommand
- All Known Implementing Classes:
AbstractRaftCommand,NoopPayload,ServerConfigurationPayload,VotingConfig
An
StateMachineCommand internal to the RAFT implementation, contributing towards forward progress in RAFT
journal maintenance. This includes changes in cluster configuration.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.controller.cluster.raft.spi.StateMachineCommand
StateMachineCommand.Reader<T extends StateMachineCommand>, StateMachineCommand.Support<T extends StateMachineCommand>, StateMachineCommand.Writer<T extends StateMachineCommand> -
Method Summary
Methods inherited from interface org.opendaylight.controller.cluster.raft.spi.StateMachineCommand
toSerialForm