@Beta public final class DestroyLocalHistoryRequest extends LocalHistoryRequest<DestroyLocalHistoryRequest>
| Constructor and Description |
|---|
DestroyLocalHistoryRequest(LocalHistoryIdentifier target,
long sequence,
akka.actor.ActorRef replyTo) |
| Modifier and Type | Method and Description |
|---|---|
protected DestroyLocalHistoryRequest |
cloneAsVersion(ABIVersion version)
Create a copy of this message which will serialize to a stream corresponding to the specified method.
|
protected org.opendaylight.controller.cluster.access.commands.AbstractLocalHistoryRequestProxy<DestroyLocalHistoryRequest> |
externalizableProxy(ABIVersion version)
Instantiate a serialization proxy for this object for the target ABI version.
|
toRequestFailureaddToStringAttributes, getReplyTogetSequence, getTarget, getVersion, toString, toVersion, writeReplacepublic DestroyLocalHistoryRequest(LocalHistoryIdentifier target, long sequence, akka.actor.ActorRef replyTo)
protected org.opendaylight.controller.cluster.access.commands.AbstractLocalHistoryRequestProxy<DestroyLocalHistoryRequest> externalizableProxy(ABIVersion version)
MessageABIVersions. This method should never fail, as any compatibility
checks should have been done by Message.cloneAsVersion(ABIVersion).externalizableProxy in class LocalHistoryRequest<DestroyLocalHistoryRequest>version - Requested ABI versionprotected DestroyLocalHistoryRequest cloneAsVersion(ABIVersion version)
MessageMessage.Message(Message, ABIVersion).cloneAsVersion in class Message<LocalHistoryIdentifier,DestroyLocalHistoryRequest>version - target ABI versionCopyright © 2019 OpenDaylight. All rights reserved.