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
public class DataExists extends AbstractRead<Boolean>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataExists()DataExists(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path, short version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.FluentFuture<Boolean>apply(org.opendaylight.mdsal.dom.spi.store.DOMStoreReadTransaction readDelegate)static DataExistsfromSerializable(Object serializable)static booleanisSerializedType(Object message)protected AbstractRead<Boolean>newInstance(short withVersion)voidprocessResponse(Object response, com.google.common.util.concurrent.SettableFuture<Boolean> 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
-
-
-
-
Method Detail
-
apply
public com.google.common.util.concurrent.FluentFuture<Boolean> apply(org.opendaylight.mdsal.dom.spi.store.DOMStoreReadTransaction readDelegate)
- Specified by:
applyin classAbstractRead<Boolean>
-
processResponse
public void processResponse(Object response, com.google.common.util.concurrent.SettableFuture<Boolean> returnFuture)
- Specified by:
processResponsein classAbstractRead<Boolean>
-
newInstance
protected AbstractRead<Boolean> newInstance(short withVersion)
- Specified by:
newInstancein classAbstractRead<Boolean>
-
fromSerializable
public static DataExists fromSerializable(Object serializable)
-
isSerializedType
public static boolean isSerializedType(Object message)
-
-