Class IdentifiablePayload<T extends org.opendaylight.yangtools.concepts.Identifier>
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.Payload
org.opendaylight.controller.cluster.raft.messages.IdentifiablePayload<T>
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifiable<T>
public abstract class IdentifiablePayload<T extends org.opendaylight.yangtools.concepts.Identifier>
extends Payload
implements org.opendaylight.yangtools.concepts.Identifiable<T>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.controller.cluster.raft.messages.Payload
serializedSize, size, 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
getIdentifier
-
Constructor Details
-
IdentifiablePayload
public IdentifiablePayload()
-