| 166 | uint64_t GetMaxMutationPendingNum() { return max_commit_pending_num_; } |
| 167 | uint64_t GetMaxReaderPendingNum() { return max_reader_pending_num_; } |
| 168 | TableSchema GetTableSchema() { return table_schema_; } |
| 169 | |
| 170 | void StatUserPerfCounter(enum SdkTask::TYPE op, ErrorCode::ErrorCodeType code, int64_t cost_time); |
| 171 | struct PerfCounter { |
no outgoing calls
no test coverage detected