Class AbstractIdentifiablePayload.AbstractProxy<T extends Identifier>

java.lang.Object
org.opendaylight.controller.cluster.datastore.persisted.AbstractIdentifiablePayload.AbstractProxy<T>
All Implemented Interfaces:
Externalizable, Serializable, AbstractIdentifiablePayload.SerialForm
Enclosing class:
AbstractIdentifiablePayload<T extends Identifier>

@Deprecated(since="7.0.0", forRemoval=true) protected abstract static class AbstractIdentifiablePayload.AbstractProxy<T extends Identifier> extends Object implements AbstractIdentifiablePayload.SerialForm
Deprecated, for removal: This API element is subject to removal in a future version.
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected
    AbstractProxy(byte[] serialized)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final byte[]
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the serial form of this object contents, corresponding to AbstractIdentifiablePayload.serialized.
    protected abstract @NonNull Identifiable<T>
    createObject(@NonNull T identifier, byte @NonNull [] serialized)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    final void
    readExternal(byte[] bytes)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Restore state from specified serialized form.
    protected abstract @NonNull T
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    final Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    Resolve this proxy to an actual AbstractIdentifiablePayload.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.opendaylight.controller.cluster.datastore.persisted.AbstractIdentifiablePayload.SerialForm

    readExternal, writeExternal
  • Constructor Details

    • AbstractProxy

      public AbstractProxy()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AbstractProxy

      protected AbstractProxy(byte[] serialized)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details