Package org.apache.drill.exec.proto
Interface BitControl.FragmentStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BitControl.FragmentStatus,BitControl.FragmentStatus.Builder
- Enclosing class:
BitControl
public static interface BitControl.FragmentStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .exec.bit.FragmentHandle handle = 2;optional .exec.bit.FragmentHandle handle = 2;optional .exec.shared.MinorFragmentProfile profile = 1;optional .exec.shared.MinorFragmentProfile profile = 1;booleanoptional .exec.bit.FragmentHandle handle = 2;booleanoptional .exec.shared.MinorFragmentProfile profile = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasProfile
boolean hasProfile()optional .exec.shared.MinorFragmentProfile profile = 1;- Returns:
- Whether the profile field is set.
-
getProfile
UserBitShared.MinorFragmentProfile getProfile()optional .exec.shared.MinorFragmentProfile profile = 1;- Returns:
- The profile.
-
getProfileOrBuilder
UserBitShared.MinorFragmentProfileOrBuilder getProfileOrBuilder()optional .exec.shared.MinorFragmentProfile profile = 1; -
hasHandle
boolean hasHandle()optional .exec.bit.FragmentHandle handle = 2;- Returns:
- Whether the handle field is set.
-
getHandle
ExecProtos.FragmentHandle getHandle()optional .exec.bit.FragmentHandle handle = 2;- Returns:
- The handle.
-
getHandleOrBuilder
ExecProtos.FragmentHandleOrBuilder getHandleOrBuilder()optional .exec.bit.FragmentHandle handle = 2;
-