Class IdentifiablePayload<T extends Identifier>
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.Payload
org.opendaylight.controller.cluster.raft.messages.IdentifiablePayload<T>
- All Implemented Interfaces:
 Serializable,Identifiable<T>
- Direct Known Subclasses:
 AbstractIdentifiablePayload,CommitTransactionPayload
public abstract class IdentifiablePayload<T extends Identifier>
extends Payload
implements 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() 
 -