Class DataExists
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.AbstractRead<Boolean>
org.opendaylight.controller.cluster.datastore.messages.DataExists
- All Implemented Interfaces:
Externalizable
,Serializable
,SerializableMessage
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.DataExists
(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 DataExists
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
<Boolean> newInstance
(short withVersion) Deprecated, for removal: This API element is subject to removal in a future version.void
processResponse
(Object response, SettableFuture<Boolean> 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
-
DataExists
public DataExists()Deprecated, for removal: This API element is subject to removal in a future version. -
DataExists
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<Boolean>
-
processResponse
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
processResponse
in classAbstractRead<Boolean>
-
newInstance
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
newInstance
in classAbstractRead<Boolean>
-
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.
-