Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DBlockBasedTableConfig.java22 dataBlockIndexType = DataBlockIndexType.kDataBlockBinarySearch; in BlockBasedTableConfig()
176 public DataBlockIndexType dataBlockIndexType() { in dataBlockIndexType()
187 final DataBlockIndexType dataBlockIndexType) { in setDataBlockIndexType()
958 private DataBlockIndexType dataBlockIndexType;
DDataBlockIndexType.java12 public enum DataBlockIndexType { enum
25 DataBlockIndexType(final byte value) { in DataBlockIndexType() method in DataBlockIndexType
/rocksdb-6.9/table/block_based/
Ddata_block_footer.h17 BlockBasedTableOptions::DataBlockIndexType index_type,
22 BlockBasedTableOptions::DataBlockIndexType* index_type,
Ddata_block_footer.cc25 BlockBasedTableOptions::DataBlockIndexType index_type, in PackIndexTypeAndNumRestarts()
43 BlockBasedTableOptions::DataBlockIndexType* index_type, in UnPackIndexTypeAndNumRestarts()
Dblock_builder.cc48 BlockBasedTableOptions::DataBlockIndexType index_type, in BlockBuilder()
119 BlockBasedTableOptions::DataBlockIndexType index_type = in Finish()
Dblock_builder.h28 BlockBasedTableOptions::DataBlockIndexType index_type =
Dblock.cc844 BlockBasedTableOptions::DataBlockIndexType index_type; in NumRestarts()
849 BlockBasedTableOptions::DataBlockIndexType Block::IndexType() const { in IndexType()
857 BlockBasedTableOptions::DataBlockIndexType index_type; in IndexType()
Dblock.h169 BlockBasedTableOptions::DataBlockIndexType IndexType() const;
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DBlockBasedTableConfigTest.java75 blockBasedTableConfig.setDataBlockIndexType(DataBlockIndexType.kDataBlockBinaryAndHash); in dataBlockIndexType()
77 DataBlockIndexType.kDataBlockBinaryAndHash)); in dataBlockIndexType()
78 blockBasedTableConfig.setDataBlockIndexType(DataBlockIndexType.kDataBlockBinarySearch); in dataBlockIndexType()
80 DataBlockIndexType.kDataBlockBinarySearch)); in dataBlockIndexType()
/rocksdb-6.9/include/rocksdb/
Dtable.h127 enum DataBlockIndexType : char { enum
132 DataBlockIndexType data_block_index_type = kDataBlockBinarySearch;
/rocksdb-6.9/options/
Doptions_helper.cc538 return ParseEnum<BlockBasedTableOptions::DataBlockIndexType>( in ParseOptionHelper()
540 reinterpret_cast<BlockBasedTableOptions::DataBlockIndexType*>( in ParseOptionHelper()
737 return SerializeEnum<BlockBasedTableOptions::DataBlockIndexType>( in SerializeSingleOptionHelper()
739 *reinterpret_cast<const BlockBasedTableOptions::DataBlockIndexType*>( in SerializeSingleOptionHelper()
1699 std::unordered_map<std::string, BlockBasedTableOptions::DataBlockIndexType>
1702 BlockBasedTableOptions::DataBlockIndexType::kDataBlockBinarySearch},
1704 BlockBasedTableOptions::DataBlockIndexType::kDataBlockBinaryAndHash}};
Doptions_helper.h172 BlockBasedTableOptions::DataBlockIndexType>
Doptions_parser.cc575 *reinterpret_cast<const BlockBasedTableOptions::DataBlockIndexType*>( in AreEqualOptions()
577 *reinterpret_cast<const BlockBasedTableOptions::DataBlockIndexType*>( in AreEqualOptions()
/rocksdb-6.9/docs/_posts/
D2018-08-23-data-block-hash-index.markdown24 enum DataBlockIndexType : char {
30 DataBlockIndexType data_block_index_type = kDataBlockBinarySearch;
/rocksdb-6.9/java/rocksjni/
Dportal.h6294 const ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType& in toJavaDataBlockIndexType()
6297 case ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType:: in toJavaDataBlockIndexType()
6300 case ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType:: in toJavaDataBlockIndexType()
6310 static ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType
6314 return ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType:: in toCppDataBlockIndexType()
6317 return ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType:: in toCppDataBlockIndexType()
6321 return ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType:: in toCppDataBlockIndexType()
/rocksdb-6.9/java/
DCMakeLists.txt131 src/main/java/org/rocksdb/DataBlockIndexType.java
/rocksdb-6.9/db/
Dc.cc2045 static_cast<BlockBasedTableOptions::DataBlockIndexType>(v); in rocksdb_block_based_options_set_data_block_index_type()