Class CanCommitTransaction
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.AbstractThreePhaseCommitMessage
org.opendaylight.controller.cluster.datastore.messages.CanCommitTransaction
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
@Deprecated(since="9.0.0",
forRemoval=true)
public final class CanCommitTransaction
extends AbstractThreePhaseCommitMessage
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.CanCommitTransaction
(TransactionIdentifier transactionID, short version) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic CanCommitTransaction
fromSerializable
(Object serializable) 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.AbstractThreePhaseCommitMessage
getTransactionId, readExternal, toString, writeExternal
Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable
-
Constructor Details
-
CanCommitTransaction
public CanCommitTransaction()Deprecated, for removal: This API element is subject to removal in a future version. -
CanCommitTransaction
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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.
-