public final class Executor extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3 implements ExecutorOrBuilder
It represents a Executor.Protobuf type
tipb.Executor| 限定符和类型 | 类和说明 |
|---|---|
static class |
Executor.Builder
It represents a Executor.
|
org.tikv.shade.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
AGGREGATION_FIELD_NUMBER |
static int |
EXCHANGE_RECEIVER_FIELD_NUMBER |
static int |
EXCHANGE_SENDER_FIELD_NUMBER |
static int |
EXECUTOR_ID_FIELD_NUMBER |
static int |
IDX_SCAN_FIELD_NUMBER |
static int |
JOIN_FIELD_NUMBER |
static int |
KILL_FIELD_NUMBER |
static int |
LIMIT_FIELD_NUMBER |
static org.tikv.shade.com.google.protobuf.Parser<Executor> |
PARSER
已过时。
|
static int |
SELECTION_FIELD_NUMBER |
static int |
TBL_SCAN_FIELD_NUMBER |
static int |
TOPN_FIELD_NUMBER |
static int |
TP_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
Aggregation |
getAggregation()
optional .tipb.Aggregation aggregation = 5; |
AggregationOrBuilder |
getAggregationOrBuilder()
optional .tipb.Aggregation aggregation = 5; |
static Executor |
getDefaultInstance() |
Executor |
getDefaultInstanceForType() |
static org.tikv.shade.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ExchangeReceiver |
getExchangeReceiver()
optional .tipb.ExchangeReceiver exchange_receiver = 8; |
ExchangeReceiverOrBuilder |
getExchangeReceiverOrBuilder()
optional .tipb.ExchangeReceiver exchange_receiver = 8; |
ExchangeSender |
getExchangeSender()
optional .tipb.ExchangeSender exchange_sender = 12; |
ExchangeSenderOrBuilder |
getExchangeSenderOrBuilder()
optional .tipb.ExchangeSender exchange_sender = 12; |
String |
getExecutorId()
optional string executor_id = 10; |
org.tikv.shade.com.google.protobuf.ByteString |
getExecutorIdBytes()
optional string executor_id = 10; |
IndexScan |
getIdxScan()
optional .tipb.IndexScan idx_scan = 3; |
IndexScanOrBuilder |
getIdxScanOrBuilder()
optional .tipb.IndexScan idx_scan = 3; |
Join |
getJoin()
optional .tipb.Join join = 9; |
JoinOrBuilder |
getJoinOrBuilder()
optional .tipb.Join join = 9; |
Kill |
getKill()
optional .tipb.Kill kill = 11; |
KillOrBuilder |
getKillOrBuilder()
optional .tipb.Kill kill = 11; |
Limit |
getLimit()
optional .tipb.Limit limit = 7; |
LimitOrBuilder |
getLimitOrBuilder()
optional .tipb.Limit limit = 7; |
org.tikv.shade.com.google.protobuf.Parser<Executor> |
getParserForType() |
Selection |
getSelection()
optional .tipb.Selection selection = 4; |
SelectionOrBuilder |
getSelectionOrBuilder()
optional .tipb.Selection selection = 4; |
int |
getSerializedSize() |
TableScan |
getTblScan()
optional .tipb.TableScan tbl_scan = 2; |
TableScanOrBuilder |
getTblScanOrBuilder()
optional .tipb.TableScan tbl_scan = 2; |
TopN |
getTopN()
optional .tipb.TopN topN = 6; |
TopNOrBuilder |
getTopNOrBuilder()
optional .tipb.TopN topN = 6; |
ExecType |
getTp()
optional .tipb.ExecType tp = 1 [(.gogoproto.nullable) = false]; |
org.tikv.shade.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAggregation()
optional .tipb.Aggregation aggregation = 5; |
boolean |
hasExchangeReceiver()
optional .tipb.ExchangeReceiver exchange_receiver = 8; |
boolean |
hasExchangeSender()
optional .tipb.ExchangeSender exchange_sender = 12; |
boolean |
hasExecutorId()
optional string executor_id = 10; |
int |
hashCode() |
boolean |
hasIdxScan()
optional .tipb.IndexScan idx_scan = 3; |
boolean |
hasJoin()
optional .tipb.Join join = 9; |
boolean |
hasKill()
optional .tipb.Kill kill = 11; |
boolean |
hasLimit()
optional .tipb.Limit limit = 7; |
boolean |
hasSelection()
optional .tipb.Selection selection = 4; |
boolean |
hasTblScan()
optional .tipb.TableScan tbl_scan = 2; |
boolean |
hasTopN()
optional .tipb.TopN topN = 6; |
boolean |
hasTp()
optional .tipb.ExecType tp = 1 [(.gogoproto.nullable) = false]; |
protected org.tikv.shade.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Executor.Builder |
newBuilder() |
static Executor.Builder |
newBuilder(Executor prototype) |
Executor.Builder |
newBuilderForType() |
protected Executor.Builder |
newBuilderForType(org.tikv.shade.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Executor |
parseDelimitedFrom(InputStream input) |
static Executor |
parseDelimitedFrom(InputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
parseFrom(byte[] data) |
static Executor |
parseFrom(byte[] data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
parseFrom(ByteBuffer data) |
static Executor |
parseFrom(ByteBuffer data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
parseFrom(org.tikv.shade.com.google.protobuf.ByteString data) |
static Executor |
parseFrom(org.tikv.shade.com.google.protobuf.ByteString data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input) |
static Executor |
parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Executor |
parseFrom(InputStream input) |
static Executor |
parseFrom(InputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.tikv.shade.com.google.protobuf.Parser<Executor> |
parser() |
Executor.Builder |
toBuilder() |
void |
writeTo(org.tikv.shade.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TP_FIELD_NUMBER
public static final int TBL_SCAN_FIELD_NUMBER
public static final int IDX_SCAN_FIELD_NUMBER
public static final int SELECTION_FIELD_NUMBER
public static final int AGGREGATION_FIELD_NUMBER
public static final int TOPN_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
public static final int EXCHANGE_RECEIVER_FIELD_NUMBER
public static final int JOIN_FIELD_NUMBER
public static final int EXECUTOR_ID_FIELD_NUMBER
public static final int KILL_FIELD_NUMBER
public static final int EXCHANGE_SENDER_FIELD_NUMBER
@Deprecated public static final org.tikv.shade.com.google.protobuf.Parser<Executor> PARSER
public final org.tikv.shade.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 org.tikv.shade.com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public static final org.tikv.shade.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.tikv.shade.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public boolean hasTp()
optional .tipb.ExecType tp = 1 [(.gogoproto.nullable) = false];hasTp 在接口中 ExecutorOrBuilderpublic ExecType getTp()
optional .tipb.ExecType tp = 1 [(.gogoproto.nullable) = false];getTp 在接口中 ExecutorOrBuilderpublic boolean hasTblScan()
optional .tipb.TableScan tbl_scan = 2;hasTblScan 在接口中 ExecutorOrBuilderpublic TableScan getTblScan()
optional .tipb.TableScan tbl_scan = 2;getTblScan 在接口中 ExecutorOrBuilderpublic TableScanOrBuilder getTblScanOrBuilder()
optional .tipb.TableScan tbl_scan = 2;getTblScanOrBuilder 在接口中 ExecutorOrBuilderpublic boolean hasIdxScan()
optional .tipb.IndexScan idx_scan = 3;hasIdxScan 在接口中 ExecutorOrBuilderpublic IndexScan getIdxScan()
optional .tipb.IndexScan idx_scan = 3;getIdxScan 在接口中 ExecutorOrBuilderpublic IndexScanOrBuilder getIdxScanOrBuilder()
optional .tipb.IndexScan idx_scan = 3;getIdxScanOrBuilder 在接口中 ExecutorOrBuilderpublic boolean hasSelection()
optional .tipb.Selection selection = 4;hasSelection 在接口中 ExecutorOrBuilderpublic Selection getSelection()
optional .tipb.Selection selection = 4;getSelection 在接口中 ExecutorOrBuilderpublic SelectionOrBuilder getSelectionOrBuilder()
optional .tipb.Selection selection = 4;getSelectionOrBuilder 在接口中 ExecutorOrBuilderpublic boolean hasAggregation()
optional .tipb.Aggregation aggregation = 5;hasAggregation 在接口中 ExecutorOrBuilderpublic Aggregation getAggregation()
optional .tipb.Aggregation aggregation = 5;getAggregation 在接口中 ExecutorOrBuilderpublic AggregationOrBuilder getAggregationOrBuilder()
optional .tipb.Aggregation aggregation = 5;getAggregationOrBuilder 在接口中 ExecutorOrBuilderpublic boolean hasTopN()
optional .tipb.TopN topN = 6;hasTopN 在接口中 ExecutorOrBuilderpublic TopN getTopN()
optional .tipb.TopN topN = 6;getTopN 在接口中 ExecutorOrBuilderpublic TopNOrBuilder getTopNOrBuilder()
optional .tipb.TopN topN = 6;getTopNOrBuilder 在接口中 ExecutorOrBuilderpublic boolean hasLimit()
optional .tipb.Limit limit = 7;hasLimit 在接口中 ExecutorOrBuilderpublic Limit getLimit()
optional .tipb.Limit limit = 7;getLimit 在接口中 ExecutorOrBuilderpublic LimitOrBuilder getLimitOrBuilder()
optional .tipb.Limit limit = 7;getLimitOrBuilder 在接口中 ExecutorOrBuilderpublic boolean hasExchangeReceiver()
optional .tipb.ExchangeReceiver exchange_receiver = 8;hasExchangeReceiver 在接口中 ExecutorOrBuilderpublic ExchangeReceiver getExchangeReceiver()
optional .tipb.ExchangeReceiver exchange_receiver = 8;getExchangeReceiver 在接口中 ExecutorOrBuilderpublic ExchangeReceiverOrBuilder getExchangeReceiverOrBuilder()
optional .tipb.ExchangeReceiver exchange_receiver = 8;public boolean hasJoin()
optional .tipb.Join join = 9;hasJoin 在接口中 ExecutorOrBuilderpublic Join getJoin()
optional .tipb.Join join = 9;getJoin 在接口中 ExecutorOrBuilderpublic JoinOrBuilder getJoinOrBuilder()
optional .tipb.Join join = 9;getJoinOrBuilder 在接口中 ExecutorOrBuilderpublic boolean hasExecutorId()
optional string executor_id = 10;hasExecutorId 在接口中 ExecutorOrBuilderpublic String getExecutorId()
optional string executor_id = 10;getExecutorId 在接口中 ExecutorOrBuilderpublic org.tikv.shade.com.google.protobuf.ByteString getExecutorIdBytes()
optional string executor_id = 10;getExecutorIdBytes 在接口中 ExecutorOrBuilderpublic boolean hasKill()
optional .tipb.Kill kill = 11;hasKill 在接口中 ExecutorOrBuilderpublic Kill getKill()
optional .tipb.Kill kill = 11;getKill 在接口中 ExecutorOrBuilderpublic KillOrBuilder getKillOrBuilder()
optional .tipb.Kill kill = 11;getKillOrBuilder 在接口中 ExecutorOrBuilderpublic boolean hasExchangeSender()
optional .tipb.ExchangeSender exchange_sender = 12;hasExchangeSender 在接口中 ExecutorOrBuilderpublic ExchangeSender getExchangeSender()
optional .tipb.ExchangeSender exchange_sender = 12;getExchangeSender 在接口中 ExecutorOrBuilderpublic ExchangeSenderOrBuilder getExchangeSenderOrBuilder()
optional .tipb.ExchangeSender exchange_sender = 12;getExchangeSenderOrBuilder 在接口中 ExecutorOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 org.tikv.shade.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public void writeTo(org.tikv.shade.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 org.tikv.shade.com.google.protobuf.MessageLitewriteTo 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 org.tikv.shade.com.google.protobuf.MessageLitegetSerializedSize 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 org.tikv.shade.com.google.protobuf.Messageequals 在类中 org.tikv.shade.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 org.tikv.shade.com.google.protobuf.MessagehashCode 在类中 org.tikv.shade.com.google.protobuf.AbstractMessagepublic static Executor parseFrom(ByteBuffer data) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Executor parseFrom(ByteBuffer data, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Executor parseFrom(org.tikv.shade.com.google.protobuf.ByteString data) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Executor parseFrom(org.tikv.shade.com.google.protobuf.ByteString data, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Executor parseFrom(byte[] data) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Executor parseFrom(byte[] data, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Executor parseFrom(InputStream input) throws IOException
IOExceptionpublic static Executor parseFrom(InputStream input, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Executor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Executor parseDelimitedFrom(InputStream input, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Executor parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Executor parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Executor.Builder newBuilderForType()
newBuilderForType 在接口中 org.tikv.shade.com.google.protobuf.MessagenewBuilderForType 在接口中 org.tikv.shade.com.google.protobuf.MessageLitepublic static Executor.Builder newBuilder()
public static Executor.Builder newBuilder(Executor prototype)
public Executor.Builder toBuilder()
toBuilder 在接口中 org.tikv.shade.com.google.protobuf.MessagetoBuilder 在接口中 org.tikv.shade.com.google.protobuf.MessageLiteprotected Executor.Builder newBuilderForType(org.tikv.shade.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public static Executor getDefaultInstance()
public static org.tikv.shade.com.google.protobuf.Parser<Executor> parser()
public org.tikv.shade.com.google.protobuf.Parser<Executor> getParserForType()
getParserForType 在接口中 org.tikv.shade.com.google.protobuf.MessagegetParserForType 在接口中 org.tikv.shade.com.google.protobuf.MessageLitegetParserForType 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public Executor getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.tikv.shade.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.tikv.shade.com.google.protobuf.MessageOrBuilderCopyright © 2023 PingCAP. All rights reserved.