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
public class ReadData extends AbstractRead<Optional<NormalizedNode>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadData()
ReadData(YangInstanceIdentifier path, short version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FluentFuture<Optional<NormalizedNode>>
apply(DOMStoreReadTransaction readDelegate)
static ReadData
fromSerializable(Object serializable)
static boolean
isSerializedType(Object message)
protected AbstractRead<Optional<NormalizedNode>>
newInstance(short withVersion)
void
processResponse(Object readResponse, SettableFuture<Optional<NormalizedNode>> returnFuture)
-
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 Detail
-
ReadData
public ReadData()
-
ReadData
public ReadData(YangInstanceIdentifier path, short version)
-
-
Method Detail
-
apply
public FluentFuture<Optional<NormalizedNode>> apply(DOMStoreReadTransaction readDelegate)
- Specified by:
apply
in classAbstractRead<Optional<NormalizedNode>>
-
processResponse
public void processResponse(Object readResponse, SettableFuture<Optional<NormalizedNode>> returnFuture)
- Specified by:
processResponse
in classAbstractRead<Optional<NormalizedNode>>
-
newInstance
protected AbstractRead<Optional<NormalizedNode>> newInstance(short withVersion)
- Specified by:
newInstance
in classAbstractRead<Optional<NormalizedNode>>
-
isSerializedType
public static boolean isSerializedType(Object message)
-
-