public static interface BitData.FragmentRecordBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
UserBitShared.RecordBatchDef |
getDef()
optional .exec.shared.RecordBatchDef def = 6; |
UserBitShared.RecordBatchDefOrBuilder |
getDefOrBuilder()
optional .exec.shared.RecordBatchDef def = 6; |
boolean |
getIsLastBatch()
optional bool isLastBatch = 7; |
UserBitShared.QueryId |
getQueryId()
optional .exec.shared.QueryId query_id = 1; |
UserBitShared.QueryIdOrBuilder |
getQueryIdOrBuilder()
optional .exec.shared.QueryId query_id = 1; |
int |
getReceivingMajorFragmentId()
optional int32 receiving_major_fragment_id = 2; |
int |
getReceivingMinorFragmentId(int index)
repeated int32 receiving_minor_fragment_id = 3; |
int |
getReceivingMinorFragmentIdCount()
repeated int32 receiving_minor_fragment_id = 3; |
List<Integer> |
getReceivingMinorFragmentIdList()
repeated int32 receiving_minor_fragment_id = 3; |
int |
getSendingMajorFragmentId()
optional int32 sending_major_fragment_id = 4; |
int |
getSendingMinorFragmentId()
optional int32 sending_minor_fragment_id = 5; |
boolean |
hasDef()
optional .exec.shared.RecordBatchDef def = 6; |
boolean |
hasIsLastBatch()
optional bool isLastBatch = 7; |
boolean |
hasQueryId()
optional .exec.shared.QueryId query_id = 1; |
boolean |
hasReceivingMajorFragmentId()
optional int32 receiving_major_fragment_id = 2; |
boolean |
hasSendingMajorFragmentId()
optional int32 sending_major_fragment_id = 4; |
boolean |
hasSendingMinorFragmentId()
optional int32 sending_minor_fragment_id = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasQueryId()
optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryId getQueryId()
optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryIdOrBuilder getQueryIdOrBuilder()
optional .exec.shared.QueryId query_id = 1;
boolean hasReceivingMajorFragmentId()
optional int32 receiving_major_fragment_id = 2;
int getReceivingMajorFragmentId()
optional int32 receiving_major_fragment_id = 2;
List<Integer> getReceivingMinorFragmentIdList()
repeated int32 receiving_minor_fragment_id = 3;
int getReceivingMinorFragmentIdCount()
repeated int32 receiving_minor_fragment_id = 3;
int getReceivingMinorFragmentId(int index)
repeated int32 receiving_minor_fragment_id = 3;
index
- The index of the element to return.boolean hasSendingMajorFragmentId()
optional int32 sending_major_fragment_id = 4;
int getSendingMajorFragmentId()
optional int32 sending_major_fragment_id = 4;
boolean hasSendingMinorFragmentId()
optional int32 sending_minor_fragment_id = 5;
int getSendingMinorFragmentId()
optional int32 sending_minor_fragment_id = 5;
boolean hasDef()
optional .exec.shared.RecordBatchDef def = 6;
UserBitShared.RecordBatchDef getDef()
optional .exec.shared.RecordBatchDef def = 6;
UserBitShared.RecordBatchDefOrBuilder getDefOrBuilder()
optional .exec.shared.RecordBatchDef def = 6;
boolean hasIsLastBatch()
optional bool isLastBatch = 7;
boolean getIsLastBatch()
optional bool isLastBatch = 7;
Copyright © 1970 The Apache Software Foundation. All rights reserved.