Class ReadData
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.AbstractRead<Optional<NormalizedNode>>
org.opendaylight.controller.cluster.datastore.messages.ReadData
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
@Deprecated(since="9.0.0",
forRemoval=true)
public class ReadData
extends AbstractRead<Optional<NormalizedNode>>
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReadData()
Deprecated, for removal: This API element is subject to removal in a future version.ReadData
(YangInstanceIdentifier path, short version) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionapply
(DOMStoreReadTransaction readDelegate) Deprecated, for removal: This API element is subject to removal in a future version.static ReadData
fromSerializable
(Object serializable) Deprecated, for removal: This API element is subject to removal in a future version.static boolean
isSerializedType
(Object message) Deprecated, for removal: This API element is subject to removal in a future version.protected AbstractRead
<Optional<NormalizedNode>> newInstance
(short withVersion) Deprecated, for removal: This API element is subject to removal in a future version.void
processResponse
(Object readResponse, SettableFuture<Optional<NormalizedNode>> returnFuture) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.AbstractRead
asVersion, getPath, readExternal, writeExternal
Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable, toString
-
Constructor Details
-
ReadData
public ReadData()Deprecated, for removal: This API element is subject to removal in a future version. -
ReadData
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
apply
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
apply
in classAbstractRead<Optional<NormalizedNode>>
-
processResponse
public void processResponse(Object readResponse, SettableFuture<Optional<NormalizedNode>> returnFuture) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
processResponse
in classAbstractRead<Optional<NormalizedNode>>
-
newInstance
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
newInstance
in classAbstractRead<Optional<NormalizedNode>>
-
fromSerializable
Deprecated, for removal: This API element is subject to removal in a future version. -
isSerializedType
Deprecated, for removal: This API element is subject to removal in a future version.
-