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, 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.yangtools.concepts.Identifiable
getIdentifier
Methods inherited from interface org.opendaylight.controller.cluster.raft.spi.StateMachineCommand
toSerialForm
-
Constructor Details
-
IdentifiablePayload
public IdentifiablePayload()
-