Class AbstractThreePhaseCommitMessage
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.AbstractThreePhaseCommitMessage
- All Implemented Interfaces:
 Externalizable,Serializable,SerializableMessage
- Direct Known Subclasses:
 AbortTransaction,CanCommitTransaction,CommitTransaction
@Deprecated(since="9.0.0",
            forRemoval=true)
public abstract class AbstractThreePhaseCommitMessage
extends VersionedExternalizableMessage
Deprecated, for removal: This API element is subject to removal in a future version.
Base class for a 3PC message.
- Author:
 - Thomas Pantelis
 - See Also:
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated, for removal: This API element is subject to removal in a future version.protectedAbstractThreePhaseCommitMessage(TransactionIdentifier transactionId, short version) Deprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, 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 
- 
Constructor Details
- 
AbstractThreePhaseCommitMessage
protected AbstractThreePhaseCommitMessage()Deprecated, for removal: This API element is subject to removal in a future version. - 
AbstractThreePhaseCommitMessage
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Method Details
- 
getTransactionId
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:
 readExternalin interfaceExternalizable- Overrides:
 readExternalin classVersionedExternalizableMessage- Throws:
 IOExceptionClassNotFoundException
 - 
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 writeExternalin interfaceExternalizable- Overrides:
 writeExternalin classVersionedExternalizableMessage- Throws:
 IOException
 - 
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
 toStringin classVersionedExternalizableMessage
 
 -