Class IdentifiablePayload<T extends Identifier>
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.Payload
org.opendaylight.controller.cluster.raft.spi.AbstractStateCommand
org.opendaylight.controller.cluster.raft.messages.IdentifiablePayload<T>
- All Implemented Interfaces:
Serializable,StateCommand,StateMachineCommand,Identifiable<T>,Immutable
- Direct Known Subclasses:
AbstractIdentifiablePayload,CommitTransactionPayload
public abstract class IdentifiablePayload<T extends Identifier>
extends AbstractStateCommand
implements Identifiable<T>
- 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, writeReplaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.yangtools.concepts.Identifiable
getIdentifierMethods inherited from interface org.opendaylight.controller.cluster.raft.spi.StateMachineCommand
toSerialForm
-
Constructor Details
-
IdentifiablePayload
public IdentifiablePayload()
-