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
ConstructorsModifierConstructorDescriptionprotectedDeprecated, 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 voidprocessResponse(Object reponse, SettableFuture<T> promise) Deprecated, for removal: This API element is subject to removal in a future version.final voidDeprecated, 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, 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:
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
-
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.
-