Home
last modified time | relevance | path

Searched refs:GetOperationPropertyName (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/monitoring/
Dthread_status_impl.cc68 const std::string& ThreadStatus::GetOperationPropertyName( in GetOperationPropertyName() function in ROCKSDB_NAMESPACE::ThreadStatus
113 {GetOperationPropertyName(op_type, i), op_properties[i]}); in InterpretOperationProperties()
150 const std::string& ThreadStatus::GetOperationPropertyName(
/rocksdb-6.9/include/rocksdb/
Dthread_status.h176 static const std::string& GetOperationPropertyName(OperationType op_type,
/rocksdb-6.9/java/rocksjni/
Dthread_status.cc72 auto name = ROCKSDB_NAMESPACE::ThreadStatus::GetOperationPropertyName( in Java_org_rocksdb_ThreadStatus_getOperationPropertyName()