Searched refs:OP_COMPACTION (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/util/ |
| D | thread_list_test.cc | 228 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()
|
| D | thread_operation.h | 40 {ThreadStatus::OP_COMPACTION, "Compaction"},
|
| /rocksdb-6.9/monitoring/ |
| D | thread_status_impl.cc | 72 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/ |
| D | OperationType.java | 16 OP_COMPACTION((byte)0x1), enumConstant
|
| /rocksdb-6.9/include/rocksdb/ |
| D | thread_status.h | 56 OP_COMPACTION, enumerator
|
| /rocksdb-6.9/db/ |
| D | db_test.cc | 4263 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()
|
| D | listener_test.cc | 240 thread_status.operation_type == ThreadStatus::OP_COMPACTION) { in OnTableFileCreated()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job.cc | 344 ThreadStatusUtil::SetThreadOperation(ThreadStatus::OP_COMPACTION); in CompactionJob() 389 ThreadStatusUtil::SetThreadOperation(ThreadStatus::OP_COMPACTION); in ReportStartedCompaction()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | portal.h | 6459 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/ |
| D | db_impl_compaction_flush.cc | 2714 ThreadStatusUtil::SetThreadOperation(ThreadStatus::OP_COMPACTION); in BackgroundCompaction()
|