Package org.rocksdb

Class RocksDB.CountAndSize

  • Enclosing class:
    RocksDB

    public static class RocksDB.CountAndSize
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long count  
      long size  
    • Constructor Summary

      Constructors 
      Constructor Description
      CountAndSize​(long count, long size)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        public final long count
      • size

        public final long size
    • Constructor Detail

      • CountAndSize

        public CountAndSize​(long count,
                            long size)