Searched defs:getPath (Results 1 – 3 of 3) sorted by relevance
40 try (final RocksDB db = RocksDB.open(options, dbFolder.getRoot().getPath())) { in construct_integration()
38 try (final RocksDB db = RocksDB.open(options, dbFolder.getRoot().getPath())) { in construct_integration()
149 …new PersistentCache(Env.getDefault(), dbFolder.getRoot().getPath(), 1024 * 1024 * 100, logger, fal… in persistentCache()