public static interface Metapb.BucketStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getReadBytes(int index)
total read in bytes of each bucket
|
int |
getReadBytesCount()
total read in bytes of each bucket
|
List<Long> |
getReadBytesList()
total read in bytes of each bucket
|
long |
getReadKeys(int index)
total read keys of each bucket
|
int |
getReadKeysCount()
total read keys of each bucket
|
List<Long> |
getReadKeysList()
total read keys of each bucket
|
long |
getReadQps(int index)
total read qps of each bucket
|
int |
getReadQpsCount()
total read qps of each bucket
|
List<Long> |
getReadQpsList()
total read qps of each bucket
|
long |
getWriteBytes(int index)
total write in bytes of each bucket
|
int |
getWriteBytesCount()
total write in bytes of each bucket
|
List<Long> |
getWriteBytesList()
total write in bytes of each bucket
|
long |
getWriteKeys(int index)
total write keys of each bucket
|
int |
getWriteKeysCount()
total write keys of each bucket
|
List<Long> |
getWriteKeysList()
total write keys of each bucket
|
long |
getWriteQps(int index)
total write qps of each bucket
|
int |
getWriteQpsCount()
total write qps of each bucket
|
List<Long> |
getWriteQpsList()
total write qps of each bucket
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
index
- The index of the element to return.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;
index
- The index of the element to return.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;
index
- The index of the element to return.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;
index
- The index of the element to return.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;
index
- The index of the element to return.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;
index
- The index of the element to return.Copyright © 2024 PingCAP. All rights reserved.