Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 38) sorted by relevance

12

/rocksdb-6.9/utilities/checkpoint/
Dcheckpoint_test.cc281 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
343 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
377 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
400 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
442 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
511 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
567 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
718 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
731 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
757 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
[all …]
/rocksdb-6.9/table/block_based/
Dhash_index_reader.cc15 Status HashIndexReader::Create(const BlockBasedTable* table, in Create() function in ROCKSDB_NAMESPACE::HashIndexReader
98 s = BlockPrefixIndex::Create(rep->internal_prefix_transform.get(), in Create()
Dblock_based_table_reader.cc90 static BlockContents* Create(BlockContents&& contents, in Create() function in ROCKSDB_NAMESPACE::BlocklikeTraits
106 static ParsedFullFilterBlock* Create(BlockContents&& contents, in Create() function in ROCKSDB_NAMESPACE::BlocklikeTraits
122 static Block* Create(BlockContents&& contents, size_t read_amp_bytes_per_bit, in Create() function in ROCKSDB_NAMESPACE::BlocklikeTraits
136 static UncompressionDict* Create(BlockContents&& contents, in Create() function in ROCKSDB_NAMESPACE::BlocklikeTraits
176 result->reset(BlocklikeTraits<TBlocklike>::Create( in ReadBlockFromFile()
1004 s = UncompressionDictReader::Create(this, prefetch_buffer, use_cache, in PrefetchIndexAndFilterBlocks()
1159 BlocklikeTraits<TBlocklike>::Create( in GetDataBlockFromCache()
1232 block_holder.reset(BlocklikeTraits<TBlocklike>::Create( in PutDataBlockToCache()
1237 block_holder.reset(BlocklikeTraits<TBlocklike>::Create( in PutDataBlockToCache()
1305 return PartitionedFilterBlockReader::Create( in CreateFilterBlockReader()
[all …]
Dbinary_search_index_reader.h22 static Status Create(const BlockBasedTable* table,
Dpartitioned_index_reader.h20 static Status Create(const BlockBasedTable* table,
Dhash_index_reader.h18 static Status Create(const BlockBasedTable* table,
Dblock_prefix_index.h36 static Status Create(const SliceTransform* hash_key_extractor,
Duncompression_dict_reader.h27 static Status Create(
Dbinary_search_index_reader.cc12 Status BinarySearchIndexReader::Create( in Create() function in ROCKSDB_NAMESPACE::BinarySearchIndexReader
Dblock_based_filter_block.h87 static std::unique_ptr<FilterBlockReader> Create(
Duncompression_dict_reader.cc14 Status UncompressionDictReader::Create( in Create() function in ROCKSDB_NAMESPACE::UncompressionDictReader
Dpartitioned_filter_block.h73 static std::unique_ptr<FilterBlockReader> Create(
Dfull_filter_block.h89 static std::unique_ptr<FilterBlockReader> Create(
Dpartitioned_index_reader.cc15 Status PartitionIndexReader::Create( in Create() function in ROCKSDB_NAMESPACE::PartitionIndexReader
Dblock_prefix_index.cc169 Status BlockPrefixIndex::Create(const SliceTransform* internal_prefix_extractor, in Create() function in ROCKSDB_NAMESPACE::BlockPrefixIndex
Dfull_filter_block.cc121 std::unique_ptr<FilterBlockReader> FullFilterBlockReader::Create( in Create() function in ROCKSDB_NAMESPACE::FullFilterBlockReader
Dblock_based_filter_block.cc173 std::unique_ptr<FilterBlockReader> BlockBasedFilterBlockReader::Create( in Create() function in ROCKSDB_NAMESPACE::BlockBasedFilterBlockReader
/rocksdb-6.9/CMakeFiles/Export/7a006447cadce6044e9a8143a913fd66/
DRocksDBTargets.cmake58 # Create imported target RocksDB::rocksdb
66 # Create imported target RocksDB::rocksdb-shared
/rocksdb-6.9/tools/
Ddb_sanity_test.cc36 Status Create() { in Create() function in ROCKSDB_NAMESPACE::SanityTest
258 s = sanity_test->Create(); in RunSanityTests()
/rocksdb-6.9/include/rocksdb/utilities/
Dcheckpoint.h25 static Status Create(DB* db, Checkpoint** checkpoint_ptr);
/rocksdb-6.9/java/rocksjni/
Dcheckpoint.cc28 ROCKSDB_NAMESPACE::Checkpoint::Create(db, &checkpoint); in Java_org_rocksdb_Checkpoint_newCheckpoint()
/rocksdb-6.9/docs/
DCONTRIBUTING.md74 1. Create your blog post in `./_posts/` in markdown (file extension `.md` or `.markdown`). See curr…
102 1. Create a markdown file in the root `./top-level/`. See `./doc-type-examples/top-level-example.md…
/rocksdb-6.9/docs/_posts/
D2015-11-10-use-checkpoints-for-efficient-snapshots.markdown25 `Status Create(DB* db, Checkpoint** checkpoint_ptr);`
/rocksdb-6.9/db/
Dimport_column_family_test.cc296 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
406 ASSERT_OK(Checkpoint::Create(db_, &checkpoint)); in TEST_F()
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.h192 bool Create(const bool enable_direct_writes, const bool enable_direct_reads);

12