Home
last modified time | relevance | path

Searched refs:OP_COMPACTION (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/util/
Dthread_list_test.cc228 ThreadStatus::OP_COMPACTION); in TEST_F()
234 ThreadStatus::OP_COMPACTION); in TEST_F()
240 ThreadStatus::OP_COMPACTION); in TEST_F()
246 correct_operation_counts[ThreadStatus::OP_COMPACTION] = in TEST_F()
252 correct_operation_counts[ThreadStatus::OP_COMPACTION], Env::LOW); in TEST_F()
293 UpdateCount(correct_operation_counts, ThreadStatus::OP_COMPACTION, in TEST_F()
317 UpdateCount(correct_operation_counts, ThreadStatus::OP_COMPACTION, in TEST_F()
329 UpdateCount(correct_operation_counts, ThreadStatus::OP_COMPACTION, in TEST_F()
Dthread_operation.h40 {ThreadStatus::OP_COMPACTION, "Compaction"},
/rocksdb-6.9/monitoring/
Dthread_status_impl.cc72 case ThreadStatus::OP_COMPACTION: in GetOperationPropertyName()
91 case OP_COMPACTION: in InterpretOperationProperties()
103 if (op_type == OP_COMPACTION && i == COMPACTION_INPUT_OUTPUT_LEVEL) { in InterpretOperationProperties()
107 } else if (op_type == OP_COMPACTION && i == COMPACTION_PROP_FLAGS) { in InterpretOperationProperties()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DOperationType.java16 OP_COMPACTION((byte)0x1), enumConstant
/rocksdb-6.9/include/rocksdb/
Dthread_status.h56 OP_COMPACTION, enumerator
/rocksdb-6.9/db/
Ddb_test.cc4263 VerifyOperationCount(env_, ThreadStatus::OP_COMPACTION, 1); in TEST_P()
4266 VerifyOperationCount(env_, ThreadStatus::OP_COMPACTION, 0); in TEST_P()
4402 operation_count[ThreadStatus::OP_COMPACTION] > in TEST_P()
4412 ASSERT_GE(operation_count[ThreadStatus::OP_COMPACTION], 1); in TEST_P()
4424 ASSERT_EQ(operation_count[ThreadStatus::OP_COMPACTION], 0); in TEST_P()
4489 operation_count[ThreadStatus::OP_COMPACTION] > in TEST_P()
4498 ASSERT_GE(operation_count[ThreadStatus::OP_COMPACTION], 1); in TEST_P()
4511 ASSERT_EQ(operation_count[ThreadStatus::OP_COMPACTION], 0); in TEST_P()
Dlistener_test.cc240 thread_status.operation_type == ThreadStatus::OP_COMPACTION) { in OnTableFileCreated()
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc344 ThreadStatusUtil::SetThreadOperation(ThreadStatus::OP_COMPACTION); in CompactionJob()
389 ThreadStatusUtil::SetThreadOperation(ThreadStatus::OP_COMPACTION); in ReportStartedCompaction()
/rocksdb-6.9/java/rocksjni/
Dportal.h6459 case ROCKSDB_NAMESPACE::ThreadStatus::OperationType::OP_COMPACTION: in toJavaOperationType()
6476 return ROCKSDB_NAMESPACE::ThreadStatus::OperationType::OP_COMPACTION; in toCppOperationType()
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc2714 ThreadStatusUtil::SetThreadOperation(ThreadStatus::OP_COMPACTION); in BackgroundCompaction()