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 NormalizedNodeStreamVersionDeprecated, for removal: This API element is subject to removal in a future version.final shortDeprecated, 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.final ObjectDeprecated, 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.
-
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:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
toSerializable
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toSerializablein interfaceSerializableMessage
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-