Class ServerConfigurationPayload
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.Payload
org.opendaylight.controller.cluster.raft.spi.AbstractRaftCommand
org.opendaylight.controller.cluster.raft.persisted.ServerConfigurationPayload
- All Implemented Interfaces:
Serializable,RaftCommand,StateMachineCommand,Immutable
@Deprecated(since="11.0.0",
forRemoval=true)
public abstract non-sealed class ServerConfigurationPayload
extends AbstractRaftCommand
Deprecated, for removal: This API element is subject to removal in a future version.
Payload data for server configuration log entries.
- Author:
- Thomas Pantelis
- 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> -
Method Summary
Methods inherited from class org.opendaylight.controller.cluster.raft.messages.Payload
serializedSize, size, toSerialForm, writeReplaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.controller.cluster.raft.spi.StateMachineCommand
toSerialForm