Class AbstractRaftCommand
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.Payload
org.opendaylight.controller.cluster.raft.spi.AbstractRaftCommand
- All Implemented Interfaces:
Serializable
,RaftCommand
,StateMachineCommand
,Immutable
- Direct Known Subclasses:
NoopPayload
,ServerConfigurationPayload
,VotingConfig
public abstract sealed class AbstractRaftCommand
extends Payload
implements RaftCommand
permits VotingConfig, NoopPayload, ServerConfigurationPayload
Abstract base class for
RaftCommand
implementations.- See Also:
-
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>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.controller.cluster.raft.messages.Payload
serializedSize, size, toSerialForm, writeReplace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.controller.cluster.raft.spi.StateMachineCommand
toSerialForm
-
Constructor Details
-
AbstractRaftCommand
public AbstractRaftCommand()
-