Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DPlainTableConfig.java230 @Override protected long newTableFactoryHandle() { in newTableFactoryHandle() method in PlainTableConfig
231 return newTableFactoryHandle(keySize_, bloomBitsPerKey_, in newTableFactoryHandle()
237 private native long newTableFactoryHandle( in newTableFactoryHandle() method in PlainTableConfig
DBlockBasedTableConfig.java873 @Override protected long newTableFactoryHandle() { in newTableFactoryHandle() method in BlockBasedTableConfig
902 return newTableFactoryHandle(cacheIndexAndFilterBlocks, in newTableFactoryHandle()
917 private native long newTableFactoryHandle( in newTableFactoryHandle() method in BlockBasedTableConfig
DTableFormatConfig.java21 abstract protected long newTableFactoryHandle(); in newTableFactoryHandle() method in TableFormatConfig
DColumnFamilyOptions.java567 setTableFactory(nativeHandle_, tableFormatConfig.newTableFactoryHandle()); in setTableFormatConfig()
DOptions.java1260 setTableFactory(nativeHandle_, config.newTableFactoryHandle()); in setTableFormatConfig()