Class AbstractRead<T>
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.AbstractRead<T>
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
- Direct Known Subclasses:
DataExists
,ReadData
@Deprecated(since="9.0.0",
forRemoval=true)
public abstract class AbstractRead<T>
extends VersionedExternalizableMessage
Deprecated, for removal: This API element is subject to removal in a future version.
Abstract base class for ReadData and DataExists messages.
- Author:
- gwu
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Deprecated, for removal: This API element is subject to removal in a future version.AbstractRead
(YangInstanceIdentifier path, short version) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionabstract FluentFuture<T>
apply
(DOMStoreReadTransaction readDelegate) Deprecated, for removal: This API element is subject to removal in a future version.asVersion
(short version) Deprecated, for removal: This API element is subject to removal in a future version.getPath()
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract AbstractRead<T>
newInstance
(short withVersion) Deprecated, for removal: This API element is subject to removal in a future version.abstract void
processResponse
(Object reponse, SettableFuture<T> promise) Deprecated, for removal: This API element is subject to removal in a future version.final 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
-
AbstractRead
protected AbstractRead()Deprecated, for removal: This API element is subject to removal in a future version. -
AbstractRead
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getPath
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
-
asVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
apply
Deprecated, for removal: This API element is subject to removal in a future version. -
processResponse
Deprecated, for removal: This API element is subject to removal in a future version. -
newInstance
Deprecated, for removal: This API element is subject to removal in a future version.
-