Home
last modified time | relevance | path

Searched defs:persistentCache (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DBlockBasedTableConfigTest.java138 public void persistentCache() throws RocksDBException { in persistentCache() method in BlockBasedTableConfigTest
148 try (final PersistentCache persistentCache = in persistentCache()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DBlockBasedTableConfig.java291 final PersistentCache persistentCache) { in setPersistentCache()
963 private PersistentCache persistentCache; field in BlockBasedTableConfig