public static interface Debugpb.GetMetricsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getJemalloc()
string jemalloc = 4; |
com.google.protobuf.ByteString |
getJemallocBytes()
string jemalloc = 4; |
String |
getPrometheus()
string prometheus = 1; |
com.google.protobuf.ByteString |
getPrometheusBytes()
string prometheus = 1; |
String |
getRocksdbKv()
string rocksdb_kv = 2; |
com.google.protobuf.ByteString |
getRocksdbKvBytes()
string rocksdb_kv = 2; |
String |
getRocksdbRaft()
string rocksdb_raft = 3; |
com.google.protobuf.ByteString |
getRocksdbRaftBytes()
string rocksdb_raft = 3; |
long |
getStoreId()
uint64 store_id = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getPrometheus()
string prometheus = 1;
com.google.protobuf.ByteString getPrometheusBytes()
string prometheus = 1;
String getRocksdbKv()
string rocksdb_kv = 2;
com.google.protobuf.ByteString getRocksdbKvBytes()
string rocksdb_kv = 2;
String getRocksdbRaft()
string rocksdb_raft = 3;
com.google.protobuf.ByteString getRocksdbRaftBytes()
string rocksdb_raft = 3;
String getJemalloc()
string jemalloc = 4;
com.google.protobuf.ByteString getJemallocBytes()
string jemalloc = 4;
long getStoreId()
uint64 store_id = 5;
Copyright © 2024 PingCAP. All rights reserved.