Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Executor> |
Executor.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Executor |
Executor.Builder.build() |
Executor |
Executor.Builder.buildPartial() |
static Executor |
Executor.getDefaultInstance() |
Executor |
Executor.getDefaultInstanceForType() |
Executor |
Executor.Builder.getDefaultInstanceForType() |
Executor |
DAGRequestOrBuilder.getExecutors(int index)
It represents push down Executors.
|
Executor |
DAGRequest.getExecutors(int index)
It represents push down Executors.
|
Executor |
DAGRequest.Builder.getExecutors(int index)
It represents push down Executors.
|
static Executor |
Executor.parseDelimitedFrom(InputStream input) |
static Executor |
Executor.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
Executor.parseFrom(byte[] data) |
static Executor |
Executor.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
Executor.parseFrom(ByteBuffer data) |
static Executor |
Executor.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
Executor.parseFrom(com.google.protobuf.ByteString data) |
static Executor |
Executor.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
Executor.parseFrom(com.google.protobuf.CodedInputStream input) |
static Executor |
Executor.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
Executor.parseFrom(InputStream input) |
static Executor |
Executor.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Executor> |
DAGRequestOrBuilder.getExecutorsList()
It represents push down Executors.
|
List<Executor> |
DAGRequest.getExecutorsList()
It represents push down Executors.
|
List<Executor> |
DAGRequest.Builder.getExecutorsList()
It represents push down Executors.
|
com.google.protobuf.Parser<Executor> |
Executor.getParserForType() |
static com.google.protobuf.Parser<Executor> |
Executor.parser() |
Modifier and Type | Method and Description |
---|---|
DAGRequest.Builder |
DAGRequest.Builder.addExecutors(Executor value)
It represents push down Executors.
|
DAGRequest.Builder |
DAGRequest.Builder.addExecutors(int index,
Executor value)
It represents push down Executors.
|
Executor.Builder |
Executor.Builder.mergeFrom(Executor other) |
static Executor.Builder |
Executor.newBuilder(Executor prototype) |
DAGRequest.Builder |
DAGRequest.Builder.setExecutors(int index,
Executor value)
It represents push down Executors.
|
Modifier and Type | Method and Description |
---|---|
DAGRequest.Builder |
DAGRequest.Builder.addAllExecutors(Iterable<? extends Executor> values)
It represents push down Executors.
|
Copyright © 2024 PingCAP. All rights reserved.