public static interface Pdpb.RegionStatOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBytesRead()
uint64 bytes_read = 2; |
long |
getBytesWritten()
Bytes read/written during this period.
|
long |
getKeysRead()
uint64 keys_read = 4; |
long |
getKeysWritten()
Keys read/written during this period.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getBytesWritten()
Bytes read/written during this period.
uint64 bytes_written = 1;
long getBytesRead()
uint64 bytes_read = 2;
long getKeysWritten()
Keys read/written during this period.
uint64 keys_written = 3;
long getKeysRead()
uint64 keys_read = 4;
Copyright © 2024 PingCAP. All rights reserved.