Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dsst_dump_test.cc78 void cleanup(const Options& opts, const std::string& file_name) { in cleanup() function
144 cleanup(opts, file_path); in TEST_F()
166 cleanup(opts, file_path); in TEST_F()
188 cleanup(opts, file_path); in TEST_F()
210 cleanup(opts, file_path); in TEST_F()
232 cleanup(opts, file_path); in TEST_F()
251 cleanup(opts, file_path); in TEST_F()
/rocksdb-6.9/build_tools/
Dregression_build_test.sh21 function cleanup { function
29 trap cleanup EXIT
Dgnu_parallel163 cleanup();
657 "cleanup" => \$opt::cleanup,
956 $opt::cleanup = 1;
1460 sub cleanup { subroutine
5539 my ($pre,$post,$cleanup)=("","","");
5740 for my $file ($self->cleanup()) {
5750 sub cleanup { subroutine
5754 if($opt::cleanup) {
/rocksdb-6.9/docs/_posts/
D2014-06-27-avoid-expensive-locks-in-get.markdown45 // slow path, cleanup of current super version is omitted
74 …, that means a “sweep” was done and the reader thread is responsible for cleanup (this is expensiv…
D2018-11-21-delete-range.markdown22 of its admin tool commands, `nodetool cleanup`, removes key-ranges that have been migrated
/rocksdb-6.9/java/jmh/src/main/java/org/rocksdb/jmh/
DPutBenchmarks.java74 public void cleanup() throws IOException { in cleanup() method in PutBenchmarks
DComparatorBenchmarks.java112 public void cleanup() throws IOException { in cleanup() method in ComparatorBenchmarks
DGetBenchmarks.java90 public void cleanup() throws IOException { in cleanup() method in GetBenchmarks
DMultiGetBenchmarks.java99 public void cleanup() throws IOException { in cleanup() method in MultiGetBenchmarks
/rocksdb-6.9/
DWINDOWS_PORT.md80 …l storage cleanup on thread-exit we added a limited amount of windows specific code within the sam…
DHISTORY.md987 * Bunch of code cleanup, some extra warnings turned on (-Wshadow, -Wshorten-64-to-32, -Wnon-virtual…
/rocksdb-6.9/CMakeFiles/
DMakefile2692 # Special targets to cleanup operation of make.
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc1488 IterState* cleanup = in NewInternalIterator() local
1492 internal_iter->RegisterCleanup(CleanupIteratorState, cleanup, nullptr); in NewInternalIterator()