Home
last modified time | relevance | path

Searched refs:persistentCacheHandle (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DBlockBasedTableConfig.java888 final long persistentCacheHandle; in newTableFactoryHandle() local
890 persistentCacheHandle = persistentCache.nativeHandle_; in newTableFactoryHandle()
892 persistentCacheHandle = 0; in newTableFactoryHandle()
907 blockCacheHandle, persistentCacheHandle, blockCacheCompressedHandle, in newTableFactoryHandle()
928 final long persistentCacheHandle, in newTableFactoryHandle() argument