Class DataExistsReply
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.DataExistsReply
- All Implemented Interfaces:
Externalizable,Serializable,SerializableMessage
@Deprecated(since="9.0.0",
forRemoval=true)
public class DataExistsReply
extends VersionedExternalizableMessage
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.DataExistsReply(boolean exists, short version) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanexists()Deprecated, for removal: This API element is subject to removal in a future version.static DataExistsReplyfromSerializable(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.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable, toString
-
Constructor Details
-
DataExistsReply
public DataExistsReply()Deprecated, for removal: This API element is subject to removal in a future version. -
DataExistsReply
public DataExistsReply(boolean exists, short version) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
exists
public boolean exists()Deprecated, for removal: This API element is subject to removal in a future version. -
readExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classVersionedExternalizableMessage- Throws:
IOExceptionClassNotFoundException
-
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classVersionedExternalizableMessage- Throws:
IOException
-
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.
-