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 Details

    • hasState

      boolean hasState()
      optional .exec.shared.FragmentState state = 1;
      Returns:
      Whether the state field is set.
    • 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

      optional .exec.shared.DrillPBError error = 2;
      Returns:
      The error.
    • 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

      UserBitShared.OperatorProfile getOperatorProfile(int index)
      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

      UserBitShared.OperatorProfileOrBuilder getOperatorProfileOrBuilder(int index)
      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

      optional .exec.DrillbitEndpoint endpoint = 9;
      Returns:
      The endpoint.
    • 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.