Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DPlainTableConfig.java35 storeIndexInFile_ = DEFAULT_STORE_INDEX_IN_FILE; in PlainTableConfig()
216 this.storeIndexInFile_ = storeIndexInFile; in setStoreIndexInFile()
227 return storeIndexInFile_; in storeIndexInFile()
234 storeIndexInFile_); in newTableFactoryHandle()
250 private boolean storeIndexInFile_; field in PlainTableConfig