public static interface Metapb.BucketsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKeys(int index)
keys of buckets, include start/end key of region
|
int |
getKeysCount()
keys of buckets, include start/end key of region
|
List<com.google.protobuf.ByteString> |
getKeysList()
keys of buckets, include start/end key of region
|
long |
getPeriodInMs()
The period in milliseconds that stats are collected with in
|
long |
getRegionId()
uint64 region_id = 1; |
Metapb.BucketStats |
getStats()
bucket stats
|
Metapb.BucketStatsOrBuilder |
getStatsOrBuilder()
bucket stats
|
long |
getVersion()
A hint indicate if keys have changed.
|
boolean |
hasStats()
bucket stats
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getRegionId()
uint64 region_id = 1;long getVersion()
A hint indicate if keys have changed.
uint64 version = 2;List<com.google.protobuf.ByteString> getKeysList()
keys of buckets, include start/end key of region
repeated bytes keys = 3;int getKeysCount()
keys of buckets, include start/end key of region
repeated bytes keys = 3;com.google.protobuf.ByteString getKeys(int index)
keys of buckets, include start/end key of region
repeated bytes keys = 3;index - The index of the element to return.boolean hasStats()
bucket stats
.metapb.BucketStats stats = 4;Metapb.BucketStats getStats()
bucket stats
.metapb.BucketStats stats = 4;Metapb.BucketStatsOrBuilder getStatsOrBuilder()
bucket stats
.metapb.BucketStats stats = 4;long getPeriodInMs()
The period in milliseconds that stats are collected with in
uint64 period_in_ms = 5;Copyright © 2025 PingCAP. All rights reserved.