public static interface Pdpb.SyncRegionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Metapb.Buckets |
getBuckets(int index)
the buckets informations without stats.
|
int |
getBucketsCount()
the buckets informations without stats.
|
List<Metapb.Buckets> |
getBucketsList()
the buckets informations without stats.
|
Metapb.BucketsOrBuilder |
getBucketsOrBuilder(int index)
the buckets informations without stats.
|
List<? extends Metapb.BucketsOrBuilder> |
getBucketsOrBuilderList()
the buckets informations without stats.
|
Pdpb.ResponseHeader |
getHeader()
.pdpb.ResponseHeader header = 1; |
Pdpb.ResponseHeaderOrBuilder |
getHeaderOrBuilder()
.pdpb.ResponseHeader header = 1; |
Metapb.Peer |
getRegionLeaders(int index)
repeated .metapb.Peer region_leaders = 5; |
int |
getRegionLeadersCount()
repeated .metapb.Peer region_leaders = 5; |
List<Metapb.Peer> |
getRegionLeadersList()
repeated .metapb.Peer region_leaders = 5; |
Metapb.PeerOrBuilder |
getRegionLeadersOrBuilder(int index)
repeated .metapb.Peer region_leaders = 5; |
List<? extends Metapb.PeerOrBuilder> |
getRegionLeadersOrBuilderList()
repeated .metapb.Peer region_leaders = 5; |
Metapb.Region |
getRegions(int index)
the leader PD will send the repsonds include
changed regions records and the index of the first record.
|
int |
getRegionsCount()
the leader PD will send the repsonds include
changed regions records and the index of the first record.
|
List<Metapb.Region> |
getRegionsList()
the leader PD will send the repsonds include
changed regions records and the index of the first record.
|
Metapb.RegionOrBuilder |
getRegionsOrBuilder(int index)
the leader PD will send the repsonds include
changed regions records and the index of the first record.
|
List<? extends Metapb.RegionOrBuilder> |
getRegionsOrBuilderList()
the leader PD will send the repsonds include
changed regions records and the index of the first record.
|
Pdpb.RegionStat |
getRegionStats(int index)
repeated .pdpb.RegionStat region_stats = 4; |
int |
getRegionStatsCount()
repeated .pdpb.RegionStat region_stats = 4; |
List<Pdpb.RegionStat> |
getRegionStatsList()
repeated .pdpb.RegionStat region_stats = 4; |
Pdpb.RegionStatOrBuilder |
getRegionStatsOrBuilder(int index)
repeated .pdpb.RegionStat region_stats = 4; |
List<? extends Pdpb.RegionStatOrBuilder> |
getRegionStatsOrBuilderList()
repeated .pdpb.RegionStat region_stats = 4; |
long |
getStartIndex()
uint64 start_index = 3; |
boolean |
hasHeader()
.pdpb.ResponseHeader header = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHeader()
.pdpb.ResponseHeader header = 1;
Pdpb.ResponseHeader getHeader()
.pdpb.ResponseHeader header = 1;
Pdpb.ResponseHeaderOrBuilder getHeaderOrBuilder()
.pdpb.ResponseHeader header = 1;
List<Metapb.Region> getRegionsList()
the leader PD will send the repsonds include changed regions records and the index of the first record.
repeated .metapb.Region regions = 2;
Metapb.Region getRegions(int index)
the leader PD will send the repsonds include changed regions records and the index of the first record.
repeated .metapb.Region regions = 2;
int getRegionsCount()
the leader PD will send the repsonds include changed regions records and the index of the first record.
repeated .metapb.Region regions = 2;
List<? extends Metapb.RegionOrBuilder> getRegionsOrBuilderList()
the leader PD will send the repsonds include changed regions records and the index of the first record.
repeated .metapb.Region regions = 2;
Metapb.RegionOrBuilder getRegionsOrBuilder(int index)
the leader PD will send the repsonds include changed regions records and the index of the first record.
repeated .metapb.Region regions = 2;
long getStartIndex()
uint64 start_index = 3;
List<Pdpb.RegionStat> getRegionStatsList()
repeated .pdpb.RegionStat region_stats = 4;
Pdpb.RegionStat getRegionStats(int index)
repeated .pdpb.RegionStat region_stats = 4;
int getRegionStatsCount()
repeated .pdpb.RegionStat region_stats = 4;
List<? extends Pdpb.RegionStatOrBuilder> getRegionStatsOrBuilderList()
repeated .pdpb.RegionStat region_stats = 4;
Pdpb.RegionStatOrBuilder getRegionStatsOrBuilder(int index)
repeated .pdpb.RegionStat region_stats = 4;
List<Metapb.Peer> getRegionLeadersList()
repeated .metapb.Peer region_leaders = 5;
Metapb.Peer getRegionLeaders(int index)
repeated .metapb.Peer region_leaders = 5;
int getRegionLeadersCount()
repeated .metapb.Peer region_leaders = 5;
List<? extends Metapb.PeerOrBuilder> getRegionLeadersOrBuilderList()
repeated .metapb.Peer region_leaders = 5;
Metapb.PeerOrBuilder getRegionLeadersOrBuilder(int index)
repeated .metapb.Peer region_leaders = 5;
List<Metapb.Buckets> getBucketsList()
the buckets informations without stats.
repeated .metapb.Buckets buckets = 6;
Metapb.Buckets getBuckets(int index)
the buckets informations without stats.
repeated .metapb.Buckets buckets = 6;
int getBucketsCount()
the buckets informations without stats.
repeated .metapb.Buckets buckets = 6;
List<? extends Metapb.BucketsOrBuilder> getBucketsOrBuilderList()
the buckets informations without stats.
repeated .metapb.Buckets buckets = 6;
Metapb.BucketsOrBuilder getBucketsOrBuilder(int index)
the buckets informations without stats.
repeated .metapb.Buckets buckets = 6;
Copyright © 2024 PingCAP. All rights reserved.