public static interface Metapb.BucketStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getReadBytes(int index)
total read in bytes of each bucket
repeated uint64 read_bytes = 1; |
int |
getReadBytesCount()
total read in bytes of each bucket
repeated uint64 read_bytes = 1; |
List<Long> |
getReadBytesList()
total read in bytes of each bucket
repeated uint64 read_bytes = 1; |
long |
getReadKeys(int index)
total read keys of each bucket
repeated uint64 read_keys = 5; |
int |
getReadKeysCount()
total read keys of each bucket
repeated uint64 read_keys = 5; |
List<Long> |
getReadKeysList()
total read keys of each bucket
repeated uint64 read_keys = 5; |
long |
getReadQps(int index)
total read qps of each bucket
repeated uint64 read_qps = 3; |
int |
getReadQpsCount()
total read qps of each bucket
repeated uint64 read_qps = 3; |
List<Long> |
getReadQpsList()
total read qps of each bucket
repeated uint64 read_qps = 3; |
long |
getWriteBytes(int index)
total write in bytes of each bucket
repeated uint64 write_bytes = 2; |
int |
getWriteBytesCount()
total write in bytes of each bucket
repeated uint64 write_bytes = 2; |
List<Long> |
getWriteBytesList()
total write in bytes of each bucket
repeated uint64 write_bytes = 2; |
long |
getWriteKeys(int index)
total write keys of each bucket
repeated uint64 write_keys = 6; |
int |
getWriteKeysCount()
total write keys of each bucket
repeated uint64 write_keys = 6; |
List<Long> |
getWriteKeysList()
total write keys of each bucket
repeated uint64 write_keys = 6; |
long |
getWriteQps(int index)
total write qps of each bucket
repeated uint64 write_qps = 4; |
int |
getWriteQpsCount()
total write qps of each bucket
repeated uint64 write_qps = 4; |
List<Long> |
getWriteQpsList()
total write qps of each bucket
repeated uint64 write_qps = 4; |
List<Long> getReadBytesList()
total read in bytes of each bucket
repeated uint64 read_bytes = 1;int getReadBytesCount()
total read in bytes of each bucket
repeated uint64 read_bytes = 1;long getReadBytes(int index)
total read in bytes of each bucket
repeated uint64 read_bytes = 1;List<Long> getWriteBytesList()
total write in bytes of each bucket
repeated uint64 write_bytes = 2;int getWriteBytesCount()
total write in bytes of each bucket
repeated uint64 write_bytes = 2;long getWriteBytes(int index)
total write in bytes of each bucket
repeated uint64 write_bytes = 2;List<Long> getReadQpsList()
total read qps of each bucket
repeated uint64 read_qps = 3;int getReadQpsCount()
total read qps of each bucket
repeated uint64 read_qps = 3;long getReadQps(int index)
total read qps of each bucket
repeated uint64 read_qps = 3;List<Long> getWriteQpsList()
total write qps of each bucket
repeated uint64 write_qps = 4;int getWriteQpsCount()
total write qps of each bucket
repeated uint64 write_qps = 4;long getWriteQps(int index)
total write qps of each bucket
repeated uint64 write_qps = 4;List<Long> getReadKeysList()
total read keys of each bucket
repeated uint64 read_keys = 5;int getReadKeysCount()
total read keys of each bucket
repeated uint64 read_keys = 5;long getReadKeys(int index)
total read keys of each bucket
repeated uint64 read_keys = 5;List<Long> getWriteKeysList()
total write keys of each bucket
repeated uint64 write_keys = 6;int getWriteKeysCount()
total write keys of each bucket
repeated uint64 write_keys = 6;long getWriteKeys(int index)
total write keys of each bucket
repeated uint64 write_keys = 6;Copyright © 2023 PingCAP. All rights reserved.