Searched refs:DataBlockIndexType (Results 1 – 17 of 17) sorted by relevance
22 dataBlockIndexType = DataBlockIndexType.kDataBlockBinarySearch; in BlockBasedTableConfig()176 public DataBlockIndexType dataBlockIndexType() { in dataBlockIndexType()187 final DataBlockIndexType dataBlockIndexType) { in setDataBlockIndexType()958 private DataBlockIndexType dataBlockIndexType;
12 public enum DataBlockIndexType { enum25 DataBlockIndexType(final byte value) { in DataBlockIndexType() method in DataBlockIndexType
17 BlockBasedTableOptions::DataBlockIndexType index_type,22 BlockBasedTableOptions::DataBlockIndexType* index_type,
25 BlockBasedTableOptions::DataBlockIndexType index_type, in PackIndexTypeAndNumRestarts()43 BlockBasedTableOptions::DataBlockIndexType* index_type, in UnPackIndexTypeAndNumRestarts()
48 BlockBasedTableOptions::DataBlockIndexType index_type, in BlockBuilder()119 BlockBasedTableOptions::DataBlockIndexType index_type = in Finish()
28 BlockBasedTableOptions::DataBlockIndexType index_type =
844 BlockBasedTableOptions::DataBlockIndexType index_type; in NumRestarts()849 BlockBasedTableOptions::DataBlockIndexType Block::IndexType() const { in IndexType()857 BlockBasedTableOptions::DataBlockIndexType index_type; in IndexType()
169 BlockBasedTableOptions::DataBlockIndexType IndexType() const;
75 blockBasedTableConfig.setDataBlockIndexType(DataBlockIndexType.kDataBlockBinaryAndHash); in dataBlockIndexType()77 DataBlockIndexType.kDataBlockBinaryAndHash)); in dataBlockIndexType()78 blockBasedTableConfig.setDataBlockIndexType(DataBlockIndexType.kDataBlockBinarySearch); in dataBlockIndexType()80 DataBlockIndexType.kDataBlockBinarySearch)); in dataBlockIndexType()
127 enum DataBlockIndexType : char { enum132 DataBlockIndexType data_block_index_type = kDataBlockBinarySearch;
538 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}};
172 BlockBasedTableOptions::DataBlockIndexType>
575 *reinterpret_cast<const BlockBasedTableOptions::DataBlockIndexType*>( in AreEqualOptions()577 *reinterpret_cast<const BlockBasedTableOptions::DataBlockIndexType*>( in AreEqualOptions()
24 enum DataBlockIndexType : char {30 DataBlockIndexType data_block_index_type = kDataBlockBinarySearch;
6294 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::DataBlockIndexType6314 return ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType:: in toCppDataBlockIndexType()6317 return ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType:: in toCppDataBlockIndexType()6321 return ROCKSDB_NAMESPACE::BlockBasedTableOptions::DataBlockIndexType:: in toCppDataBlockIndexType()
131 src/main/java/org/rocksdb/DataBlockIndexType.java
2045 static_cast<BlockBasedTableOptions::DataBlockIndexType>(v); in rocksdb_block_based_options_set_data_block_index_type()