Searched refs:getLongProperty (Results 1 – 3 of 3) sorted by relevance
2883 public long getLongProperty(final String property) throws RocksDBException { in getLongProperty() method in RocksDB2884 return getLongProperty(null, property); in getLongProperty()2911 public long getLongProperty( in getLongProperty() method in RocksDB2914 return getLongProperty(nativeHandle_, in getLongProperty()4431 private native long getLongProperty(final long nativeHandle, in getLongProperty() method in RocksDB
482 assertThat(db.getLongProperty(columnFamilyHandleList.get(0), in properties()
609 assertThat(db.getLongProperty("rocksdb.num-entries-active-mem-table")) in getIntProperty()611 assertThat(db.getLongProperty("rocksdb.cur-size-active-mem-table")) in getIntProperty()