Class FrontendHistoryMetadata

  • All Implemented Interfaces:
    org.opendaylight.yangtools.concepts.WritableObject

    public final class FrontendHistoryMetadata
    extends Object
    implements org.opendaylight.yangtools.concepts.WritableObject
    • Constructor Detail

      • FrontendHistoryMetadata

        public FrontendHistoryMetadata​(long historyId,
                                       long cookie,
                                       boolean closed,
                                       Map<com.google.common.primitives.UnsignedLong,​Boolean> closedTransactions,
                                       com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> purgedTransactions)
    • Method Detail

      • getHistoryId

        public long getHistoryId()
      • getCookie

        public long getCookie()
      • isClosed

        public boolean isClosed()
      • getClosedTransactions

        public Map<com.google.common.primitives.UnsignedLong,​Boolean> getClosedTransactions()
      • getPurgedTransactions

        public com.google.common.collect.RangeSet<com.google.common.primitives.UnsignedLong> getPurgedTransactions()
      • writeTo

        public void writeTo​(DataOutput out)
                     throws IOException
        Specified by:
        writeTo in interface org.opendaylight.yangtools.concepts.WritableObject
        Throws:
        IOException