Class VersionedExternalizableMessage
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
- Direct Known Subclasses:
AbortTransactionReply
,AbstractRead
,AbstractThreePhaseCommitMessage
,BatchedModificationsReply
,CanCommitTransactionReply
,CloseTransaction
,CloseTransactionChain
,CloseTransactionReply
,CommitTransactionReply
,CreateTransaction
,CreateTransactionReply
,DataExistsReply
,MutableCompositeModification
,ReadDataReply
,ReadyTransactionReply
@Deprecated(since="9.0.0",
forRemoval=true)
public abstract class VersionedExternalizableMessage
extends Object
implements Externalizable, SerializableMessage
Deprecated, for removal: This API element is subject to removal in a future version.
Abstract base class for a versioned Externalizable message.
- Author:
- Thomas Pantelis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.VersionedExternalizableMessage
(short version) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected final @NonNull NormalizedNodeStreamVersion
Deprecated, for removal: This API element is subject to removal in a future version.final short
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.final Object
Deprecated, 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.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
VersionedExternalizableMessage
public VersionedExternalizableMessage()Deprecated, for removal: This API element is subject to removal in a future version. -
VersionedExternalizableMessage
public VersionedExternalizableMessage(short version) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getVersion
public final short getVersion()Deprecated, for removal: This API element is subject to removal in a future version. -
getStreamVersion
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
- Throws:
IOException
ClassNotFoundException
-
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
toSerializable
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toSerializable
in interfaceSerializableMessage
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-