Class DisableTrackingPayload
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.Payload
org.opendaylight.controller.cluster.raft.spi.AbstractStateCommand
org.opendaylight.controller.cluster.raft.messages.IdentifiablePayload<ClientIdentifier>
org.opendaylight.controller.cluster.datastore.persisted.AbstractIdentifiablePayload<ClientIdentifier>
org.opendaylight.controller.cluster.datastore.persisted.DisableTrackingPayload
- All Implemented Interfaces:
Serializable
,StateCommand
,StateMachineCommand
,Identifiable<ClientIdentifier>
,Immutable
@Deprecated(since="11.0.0",
forRemoval=true)
public final class DisableTrackingPayload
extends AbstractIdentifiablePayload<ClientIdentifier>
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.controller.cluster.datastore.persisted.AbstractIdentifiablePayload
AbstractIdentifiablePayload.SerialForm
Nested classes/interfaces inherited from interface org.opendaylight.controller.cluster.raft.spi.StateMachineCommand
StateMachineCommand.Reader<T extends StateMachineCommand>, StateMachineCommand.Support<T extends StateMachineCommand>, StateMachineCommand.Writer<T extends StateMachineCommand>
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.opendaylight.controller.cluster.datastore.persisted.DT
externalizableProxy
(byte[] serialized) Deprecated, for removal: This API element is subject to removal in a future version.protected int
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.opendaylight.controller.cluster.datastore.persisted.AbstractIdentifiablePayload
externalizableProxySize, getIdentifier, serialized, serializedSize, size, toString, writeReplace
Methods inherited from class org.opendaylight.controller.cluster.raft.messages.Payload
toSerialForm
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.controller.cluster.raft.spi.StateMachineCommand
toSerialForm
-
Method Details
-
externalizableProxy
protected org.opendaylight.controller.cluster.datastore.persisted.DT externalizableProxy(byte[] serialized) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
externalizableProxy
in classAbstractIdentifiablePayload<ClientIdentifier>
-
externalizableProxySize
protected int externalizableProxySize()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
externalizableProxySize
in classAbstractIdentifiablePayload<ClientIdentifier>
-