Package org.apache.drill.exec.proto
Interface ExecProtos.FragmentHandleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecProtos.FragmentHandle
,ExecProtos.FragmentHandle.Builder
- Enclosing class:
- ExecProtos
public static interface ExecProtos.FragmentHandleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
optional int32 major_fragment_id = 2;
int
optional int32 minor_fragment_id = 3;
optional .exec.shared.QueryId parent_query_id = 4;
optional .exec.shared.QueryId parent_query_id = 4;
optional .exec.shared.QueryId query_id = 1;
optional .exec.shared.QueryId query_id = 1;
boolean
optional int32 major_fragment_id = 2;
boolean
optional int32 minor_fragment_id = 3;
boolean
optional .exec.shared.QueryId parent_query_id = 4;
boolean
optional .exec.shared.QueryId query_id = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasQueryId
boolean hasQueryId()optional .exec.shared.QueryId query_id = 1;
- Returns:
- Whether the queryId field is set.
-
getQueryId
UserBitShared.QueryId getQueryId()optional .exec.shared.QueryId query_id = 1;
- Returns:
- The queryId.
-
getQueryIdOrBuilder
UserBitShared.QueryIdOrBuilder getQueryIdOrBuilder()optional .exec.shared.QueryId query_id = 1;
-
hasMajorFragmentId
boolean hasMajorFragmentId()optional int32 major_fragment_id = 2;
- Returns:
- Whether the majorFragmentId field is set.
-
getMajorFragmentId
int getMajorFragmentId()optional int32 major_fragment_id = 2;
- Returns:
- The majorFragmentId.
-
hasMinorFragmentId
boolean hasMinorFragmentId()optional int32 minor_fragment_id = 3;
- Returns:
- Whether the minorFragmentId field is set.
-
getMinorFragmentId
int getMinorFragmentId()optional int32 minor_fragment_id = 3;
- Returns:
- The minorFragmentId.
-
hasParentQueryId
boolean hasParentQueryId()optional .exec.shared.QueryId parent_query_id = 4;
- Returns:
- Whether the parentQueryId field is set.
-
getParentQueryId
UserBitShared.QueryId getParentQueryId()optional .exec.shared.QueryId parent_query_id = 4;
- Returns:
- The parentQueryId.
-
getParentQueryIdOrBuilder
UserBitShared.QueryIdOrBuilder getParentQueryIdOrBuilder()optional .exec.shared.QueryId parent_query_id = 4;
-