Package | Description |
---|---|
com.pingcap.tidb.tipb | |
org.tikv.common.meta | |
org.tikv.common.operation.iterator | |
org.tikv.common.region |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<DAGRequest> |
DAGRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DAGRequest |
DAGRequest.Builder.build() |
DAGRequest |
DAGRequest.Builder.buildPartial() |
static DAGRequest |
DAGRequest.getDefaultInstance() |
DAGRequest |
DAGRequest.getDefaultInstanceForType() |
DAGRequest |
DAGRequest.Builder.getDefaultInstanceForType() |
static DAGRequest |
DAGRequest.parseDelimitedFrom(InputStream input) |
static DAGRequest |
DAGRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DAGRequest |
DAGRequest.parseFrom(byte[] data) |
static DAGRequest |
DAGRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DAGRequest |
DAGRequest.parseFrom(ByteBuffer data) |
static DAGRequest |
DAGRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DAGRequest |
DAGRequest.parseFrom(com.google.protobuf.ByteString data) |
static DAGRequest |
DAGRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DAGRequest |
DAGRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static DAGRequest |
DAGRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DAGRequest |
DAGRequest.parseFrom(InputStream input) |
static DAGRequest |
DAGRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<DAGRequest> |
DAGRequest.getParserForType() |
static com.google.protobuf.Parser<DAGRequest> |
DAGRequest.parser() |
Modifier and Type | Method and Description |
---|---|
DAGRequest.Builder |
DAGRequest.Builder.mergeFrom(DAGRequest other) |
static DAGRequest.Builder |
DAGRequest.newBuilder(DAGRequest prototype) |
Modifier and Type | Method and Description |
---|---|
DAGRequest |
TiDAGRequest.buildIndexScan() |
DAGRequest |
TiDAGRequest.buildTableScan() |
Modifier and Type | Field and Description |
---|---|
protected DAGRequest |
CoprocessorIterator.dagRequest |
Modifier and Type | Method and Description |
---|---|
List<RangeSplitter.RegionTask> |
RegionStoreClient.coprocess(BackOffer backOffer,
DAGRequest req,
List<Coprocessor.KeyRange> ranges,
Queue<SelectResponse> responseQueue,
long startTs)
Execute and retrieve the response from TiKV server.
|
Iterator<SelectResponse> |
RegionStoreClient.coprocessStreaming(DAGRequest req,
List<Coprocessor.KeyRange> ranges,
long startTs) |
Copyright © 2024 PingCAP. All rights reserved.