Class ReadyTransactionReply
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.ReadyTransactionReply
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
@Deprecated(since="9.0.0",
forRemoval=true)
public class ReadyTransactionReply
extends VersionedExternalizableMessage
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.ReadyTransactionReply
(String cohortPath) Deprecated, for removal: This API element is subject to removal in a future version.ReadyTransactionReply
(String cohortPath, short version) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic ReadyTransactionReply
fromSerializable
(Object serializable) Deprecated, for removal: This API element is subject to removal in a future 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.void
Deprecated, for removal: This API element is subject to removal in a future version.void
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, toSerializable, toString
-
Constructor Details
-
ReadyTransactionReply
public ReadyTransactionReply()Deprecated, for removal: This API element is subject to removal in a future version. -
ReadyTransactionReply
Deprecated, for removal: This API element is subject to removal in a future version. -
ReadyTransactionReply
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getCohortPath
Deprecated, for removal: This API element is subject to removal in a future version. -
readExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readExternal
in interfaceExternalizable
- Overrides:
readExternal
in classVersionedExternalizableMessage
- Throws:
IOException
ClassNotFoundException
-
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeExternal
in interfaceExternalizable
- Overrides:
writeExternal
in classVersionedExternalizableMessage
- Throws:
IOException
-
fromSerializable
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.
-