Class CommitTransactionReply
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.CommitTransactionReply
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
@Deprecated(since="9.0.0",
forRemoval=true)
public final class CommitTransactionReply
extends VersionedExternalizableMessage
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CommitTransactionReply
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic CommitTransactionReply
instance
(short version) Deprecated, for removal: This API element is subject to removal in a future version.static boolean
isSerializedType
(Object message) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, readExternal, toSerializable, toString, writeExternal
-
Field Details
-
INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
CommitTransactionReply
public CommitTransactionReply()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
instance
Deprecated, for removal: This API element is subject to removal in a future version. -
isSerializedType
Deprecated, for removal: This API element is subject to removal in a future version.
-