Class LocalHistorySuccess
java.lang.Object
org.opendaylight.controller.cluster.access.concepts.Message<T,C>
org.opendaylight.controller.cluster.access.concepts.Response<T,C>
org.opendaylight.controller.cluster.access.concepts.RequestSuccess<LocalHistoryIdentifier,LocalHistorySuccess>
org.opendaylight.controller.cluster.access.commands.LocalHistorySuccess
- All Implemented Interfaces:
Serializable,Immutable
@Beta
public final class LocalHistorySuccess
extends RequestSuccess<LocalHistoryIdentifier,LocalHistorySuccess>
Success class for
RequestSuccesses involving a specific local history.- Author:
- Robert Varga
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalHistorySuccesscloneAsVersion(ABIVersion version) Create a copy of this message which will serialize to a stream corresponding to the specified method.externalizableProxy(ABIVersion version) Methods inherited from class org.opendaylight.controller.cluster.access.concepts.Message
addToStringAttributes, getSequence, getTarget, getVersion, toString, toVersion, writeReplace
-
Constructor Details
-
LocalHistorySuccess
-
-
Method Details
-
cloneAsVersion
Description copied from class:MessageCreate a copy of this message which will serialize to a stream corresponding to the specified method. This method should be implemented by the concrete final message class and should invoke the equivalent ofMessage(Message, ABIVersion).- Specified by:
cloneAsVersionin classMessage<LocalHistoryIdentifier,LocalHistorySuccess> - Parameters:
version- target ABI version- Returns:
- A message with the specified serialization stream
-
externalizableProxy
protected AbstractSuccessProxy<LocalHistoryIdentifier,LocalHistorySuccess> externalizableProxy(ABIVersion version) - Specified by:
externalizableProxyin classRequestSuccess<LocalHistoryIdentifier,LocalHistorySuccess>
-