Package | Description |
---|---|
org.tikv.common | |
org.tikv.common.apiversion | |
org.tikv.common.region | |
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
List<Pdpb.Region> |
ReadOnlyPDClient.scanRegions(BackOffer backOffer,
com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey,
int limit) |
List<Pdpb.Region> |
PDClient.scanRegions(BackOffer backOffer,
com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey,
int limit) |
Modifier and Type | Method and Description |
---|---|
default List<Pdpb.Region> |
RequestKeyCodec.decodePdRegions(List<Pdpb.Region> regions) |
List<Pdpb.Region> |
RequestKeyV1Codec.decodePdRegions(List<Pdpb.Region> regions) |
Modifier and Type | Method and Description |
---|---|
default List<Pdpb.Region> |
RequestKeyCodec.decodePdRegions(List<Pdpb.Region> regions) |
List<Pdpb.Region> |
RequestKeyV1Codec.decodePdRegions(List<Pdpb.Region> regions) |
Modifier and Type | Method and Description |
---|---|
List<Pdpb.Region> |
RegionManager.scanRegions(BackOffer backOffer,
com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey,
int limit) |
Modifier and Type | Method and Description |
---|---|
Pdpb.Region |
Pdpb.Region.Builder.build() |
Pdpb.Region |
Pdpb.Region.Builder.buildPartial() |
static Pdpb.Region |
Pdpb.Region.getDefaultInstance() |
Pdpb.Region |
Pdpb.Region.getDefaultInstanceForType() |
Pdpb.Region |
Pdpb.Region.Builder.getDefaultInstanceForType() |
Pdpb.Region |
Pdpb.ScanRegionsResponseOrBuilder.getRegions(int index)
Extended region info with down/pending peers.
|
Pdpb.Region |
Pdpb.ScanRegionsResponse.getRegions(int index)
Extended region info with down/pending peers.
|
Pdpb.Region |
Pdpb.ScanRegionsResponse.Builder.getRegions(int index)
Extended region info with down/pending peers.
|
static Pdpb.Region |
Pdpb.Region.parseDelimitedFrom(InputStream input) |
static Pdpb.Region |
Pdpb.Region.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Region |
Pdpb.Region.parseFrom(byte[] data) |
static Pdpb.Region |
Pdpb.Region.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Region |
Pdpb.Region.parseFrom(ByteBuffer data) |
static Pdpb.Region |
Pdpb.Region.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Region |
Pdpb.Region.parseFrom(com.google.protobuf.ByteString data) |
static Pdpb.Region |
Pdpb.Region.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Region |
Pdpb.Region.parseFrom(com.google.protobuf.CodedInputStream input) |
static Pdpb.Region |
Pdpb.Region.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.Region |
Pdpb.Region.parseFrom(InputStream input) |
static Pdpb.Region |
Pdpb.Region.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Pdpb.Region> |
Pdpb.Region.getParserForType() |
List<Pdpb.Region> |
Pdpb.ScanRegionsResponseOrBuilder.getRegionsList()
Extended region info with down/pending peers.
|
List<Pdpb.Region> |
Pdpb.ScanRegionsResponse.getRegionsList()
Extended region info with down/pending peers.
|
List<Pdpb.Region> |
Pdpb.ScanRegionsResponse.Builder.getRegionsList()
Extended region info with down/pending peers.
|
static com.google.protobuf.Parser<Pdpb.Region> |
Pdpb.Region.parser() |
Modifier and Type | Method and Description |
---|---|
Pdpb.ScanRegionsResponse.Builder |
Pdpb.ScanRegionsResponse.Builder.addRegions(int index,
Pdpb.Region value)
Extended region info with down/pending peers.
|
Pdpb.ScanRegionsResponse.Builder |
Pdpb.ScanRegionsResponse.Builder.addRegions(Pdpb.Region value)
Extended region info with down/pending peers.
|
Pdpb.Region.Builder |
Pdpb.Region.Builder.mergeFrom(Pdpb.Region other) |
static Pdpb.Region.Builder |
Pdpb.Region.newBuilder(Pdpb.Region prototype) |
Pdpb.ScanRegionsResponse.Builder |
Pdpb.ScanRegionsResponse.Builder.setRegions(int index,
Pdpb.Region value)
Extended region info with down/pending peers.
|
Modifier and Type | Method and Description |
---|---|
Pdpb.ScanRegionsResponse.Builder |
Pdpb.ScanRegionsResponse.Builder.addAllRegions(Iterable<? extends Pdpb.Region> values)
Extended region info with down/pending peers.
|
Copyright © 2024 PingCAP. All rights reserved.