Class PersistentOfflineTopicStats.LedgerDetails

  • Enclosing class:
    PersistentOfflineTopicStats

    public static class PersistentOfflineTopicStats.LedgerDetails
    extends java.lang.Object
    Details about a ledger.
    • Constructor Summary

      Constructors 
      Constructor Description
      LedgerDetails​(long entries, long timestamp, long size, long ledgerId)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • entries

        public long entries
      • timestamp

        public long timestamp
      • size

        public long size
      • ledgerId

        public long ledgerId
    • Constructor Detail

      • LedgerDetails

        public LedgerDetails​(long entries,
                             long timestamp,
                             long size,
                             long ledgerId)