Interface StateCommand
- All Superinterfaces:
Immutable,StateMachineCommand
- All Known Implementing Classes:
AbortTransactionPayload,AbstractIdentifiablePayload,AbstractStateCommand,CloseLocalHistoryPayload,CommitTransactionPayload,CommitTransactionPayload.CandidateTransaction,CreateLocalHistoryPayload,DisableTrackingPayload,IdentifiablePayload,PurgeLocalHistoryPayload,PurgeTransactionPayload,SkipTransactionsPayload
An individual change in RAFT-replicated user state.
-
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