Class SkipTransactionsPayload

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

    public final class SkipTransactionsPayload
    extends AbstractIdentifiablePayload<org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier>
    Payload persisted when a local history is instructed some transaction identifiers, i.e. the frontend has used them for other purposes. It contains a LocalHistoryIdentifier and a list of transaction identifiers within that local history.
    See Also:
    Serialized Form
    • Method Detail

      • externalizableProxy

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