public static interface Errorpb.EpochNotMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Metapb.Region |
getCurrentRegions(int index)
Available regions that may be siblings of the requested one.
|
int |
getCurrentRegionsCount()
Available regions that may be siblings of the requested one.
|
List<Metapb.Region> |
getCurrentRegionsList()
Available regions that may be siblings of the requested one.
|
Metapb.RegionOrBuilder |
getCurrentRegionsOrBuilder(int index)
Available regions that may be siblings of the requested one.
|
List<? extends Metapb.RegionOrBuilder> |
getCurrentRegionsOrBuilderList()
Available regions that may be siblings of the requested one.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Metapb.Region> getCurrentRegionsList()
Available regions that may be siblings of the requested one.
repeated .metapb.Region current_regions = 1;
Metapb.Region getCurrentRegions(int index)
Available regions that may be siblings of the requested one.
repeated .metapb.Region current_regions = 1;
int getCurrentRegionsCount()
Available regions that may be siblings of the requested one.
repeated .metapb.Region current_regions = 1;
List<? extends Metapb.RegionOrBuilder> getCurrentRegionsOrBuilderList()
Available regions that may be siblings of the requested one.
repeated .metapb.Region current_regions = 1;
Metapb.RegionOrBuilder getCurrentRegionsOrBuilder(int index)
Available regions that may be siblings of the requested one.
repeated .metapb.Region current_regions = 1;
Copyright © 2024 PingCAP. All rights reserved.