Class AbstractClientHistory

  • All Implemented Interfaces:
    org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier>
    Direct Known Subclasses:
    ClientLocalHistory

    public abstract class AbstractClientHistory
    extends Object
    implements org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier>
    Abstract base class for client view of a history. This class has two implementations, one for normal local histories and the other for single transactions.
    Author:
    Robert Varga
    • Method Detail

      • getIdentifier

        public final org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier getIdentifier()
        Specified by:
        getIdentifier in interface org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.cluster.access.concepts.LocalHistoryIdentifier>