Class PurgeLocalHistoryPayload

  • All Implemented Interfaces:
    Serializable, org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier>

    public final class PurgeLocalHistoryPayload
    extends AbstractIdentifiablePayload<org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier>
    Payload persisted when a local history is completely purged, i.e. the frontend has removed it from its tracking. It contains a LocalHistoryIdentifier.
    Author:
    Robert Varga
    See Also:
    Serialized Form
    • Method Detail

      • create

        public static PurgeLocalHistoryPayload create​(org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier historyId,
                                                      int initialSerializedBufferCapacity)
      • externalizableProxy

        protected org.opendaylight.controller.cluster.datastore.persisted.PurgeLocalHistoryPayload.Proxy externalizableProxy​(byte[] serialized)
        Specified by:
        externalizableProxy in class AbstractIdentifiablePayload<org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier>