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 ReadDatafromSerializable(Object serializable) Deprecated, for removal: This API element is subject to removal in a future version.static booleanisSerializedType(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.voidprocessResponse(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, writeExternalMethods 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:
applyin 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:
processResponsein classAbstractRead<Optional<NormalizedNode>>
-
newInstance
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
newInstancein 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.
-