Package org.apache.drill.exec.proto
Interface UserBitShared.MinorFragmentProfileOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.MinorFragmentProfile
,UserBitShared.MinorFragmentProfile.Builder
- Enclosing class:
- UserBitShared
public static interface UserBitShared.MinorFragmentProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .exec.DrillbitEndpoint endpoint = 9;
optional .exec.DrillbitEndpoint endpoint = 9;
long
optional int64 end_time = 6;
getError()
optional .exec.shared.DrillPBError error = 2;
optional .exec.shared.DrillPBError error = 2;
long
optional int64 last_progress = 11;
long
optional int64 last_update = 10;
long
optional int64 max_memory_used = 8;
long
optional int64 memory_used = 7;
int
optional int32 minor_fragment_id = 3;
getOperatorProfile
(int index) repeated .exec.shared.OperatorProfile operator_profile = 4;
int
repeated .exec.shared.OperatorProfile operator_profile = 4;
repeated .exec.shared.OperatorProfile operator_profile = 4;
getOperatorProfileOrBuilder
(int index) repeated .exec.shared.OperatorProfile operator_profile = 4;
List<? extends UserBitShared.OperatorProfileOrBuilder>
repeated .exec.shared.OperatorProfile operator_profile = 4;
long
optional int64 start_time = 5;
getState()
optional .exec.shared.FragmentState state = 1;
boolean
optional .exec.DrillbitEndpoint endpoint = 9;
boolean
optional int64 end_time = 6;
boolean
hasError()
optional .exec.shared.DrillPBError error = 2;
boolean
optional int64 last_progress = 11;
boolean
optional int64 last_update = 10;
boolean
optional int64 max_memory_used = 8;
boolean
optional int64 memory_used = 7;
boolean
optional int32 minor_fragment_id = 3;
boolean
optional int64 start_time = 5;
boolean
hasState()
optional .exec.shared.FragmentState state = 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
-
hasState
boolean hasState()optional .exec.shared.FragmentState state = 1;
- Returns:
- Whether the state field is set.
-
getState
UserBitShared.FragmentState getState()optional .exec.shared.FragmentState state = 1;
- Returns:
- The state.
-
hasError
boolean hasError()optional .exec.shared.DrillPBError error = 2;
- Returns:
- Whether the error field is set.
-
getError
UserBitShared.DrillPBError getError()optional .exec.shared.DrillPBError error = 2;
- Returns:
- The error.
-
getErrorOrBuilder
UserBitShared.DrillPBErrorOrBuilder getErrorOrBuilder()optional .exec.shared.DrillPBError error = 2;
-
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.
-
getOperatorProfileList
List<UserBitShared.OperatorProfile> getOperatorProfileList()repeated .exec.shared.OperatorProfile operator_profile = 4;
-
getOperatorProfile
repeated .exec.shared.OperatorProfile operator_profile = 4;
-
getOperatorProfileCount
int getOperatorProfileCount()repeated .exec.shared.OperatorProfile operator_profile = 4;
-
getOperatorProfileOrBuilderList
List<? extends UserBitShared.OperatorProfileOrBuilder> getOperatorProfileOrBuilderList()repeated .exec.shared.OperatorProfile operator_profile = 4;
-
getOperatorProfileOrBuilder
repeated .exec.shared.OperatorProfile operator_profile = 4;
-
hasStartTime
boolean hasStartTime()optional int64 start_time = 5;
- Returns:
- Whether the startTime field is set.
-
getStartTime
long getStartTime()optional int64 start_time = 5;
- Returns:
- The startTime.
-
hasEndTime
boolean hasEndTime()optional int64 end_time = 6;
- Returns:
- Whether the endTime field is set.
-
getEndTime
long getEndTime()optional int64 end_time = 6;
- Returns:
- The endTime.
-
hasMemoryUsed
boolean hasMemoryUsed()optional int64 memory_used = 7;
- Returns:
- Whether the memoryUsed field is set.
-
getMemoryUsed
long getMemoryUsed()optional int64 memory_used = 7;
- Returns:
- The memoryUsed.
-
hasMaxMemoryUsed
boolean hasMaxMemoryUsed()optional int64 max_memory_used = 8;
- Returns:
- Whether the maxMemoryUsed field is set.
-
getMaxMemoryUsed
long getMaxMemoryUsed()optional int64 max_memory_used = 8;
- Returns:
- The maxMemoryUsed.
-
hasEndpoint
boolean hasEndpoint()optional .exec.DrillbitEndpoint endpoint = 9;
- Returns:
- Whether the endpoint field is set.
-
getEndpoint
CoordinationProtos.DrillbitEndpoint getEndpoint()optional .exec.DrillbitEndpoint endpoint = 9;
- Returns:
- The endpoint.
-
getEndpointOrBuilder
CoordinationProtos.DrillbitEndpointOrBuilder getEndpointOrBuilder()optional .exec.DrillbitEndpoint endpoint = 9;
-
hasLastUpdate
boolean hasLastUpdate()optional int64 last_update = 10;
- Returns:
- Whether the lastUpdate field is set.
-
getLastUpdate
long getLastUpdate()optional int64 last_update = 10;
- Returns:
- The lastUpdate.
-
hasLastProgress
boolean hasLastProgress()optional int64 last_progress = 11;
- Returns:
- Whether the lastProgress field is set.
-
getLastProgress
long getLastProgress()optional int64 last_progress = 11;
- Returns:
- The lastProgress.
-