Interface UserBitShared.OperatorProfileOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserBitShared.OperatorProfile, UserBitShared.OperatorProfile.Builder
Enclosing class:
UserBitShared

public static interface UserBitShared.OperatorProfileOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getInputProfileList

      List<UserBitShared.StreamProfile> getInputProfileList()
      repeated .exec.shared.StreamProfile input_profile = 1;
    • getInputProfile

      UserBitShared.StreamProfile getInputProfile(int index)
      repeated .exec.shared.StreamProfile input_profile = 1;
    • getInputProfileCount

      int getInputProfileCount()
      repeated .exec.shared.StreamProfile input_profile = 1;
    • getInputProfileOrBuilderList

      List<? extends UserBitShared.StreamProfileOrBuilder> getInputProfileOrBuilderList()
      repeated .exec.shared.StreamProfile input_profile = 1;
    • getInputProfileOrBuilder

      UserBitShared.StreamProfileOrBuilder getInputProfileOrBuilder(int index)
      repeated .exec.shared.StreamProfile input_profile = 1;
    • hasOperatorId

      boolean hasOperatorId()
      optional int32 operator_id = 3;
      Returns:
      Whether the operatorId field is set.
    • getOperatorId

      int getOperatorId()
      optional int32 operator_id = 3;
      Returns:
      The operatorId.
    • hasOperatorType

      @Deprecated boolean hasOperatorType()
      Deprecated.
      optional int32 operator_type = 4 [deprecated = true];
      Returns:
      Whether the operatorType field is set.
    • getOperatorType

      @Deprecated int getOperatorType()
      Deprecated.
      optional int32 operator_type = 4 [deprecated = true];
      Returns:
      The operatorType.
    • hasSetupNanos

      boolean hasSetupNanos()
      optional int64 setup_nanos = 5;
      Returns:
      Whether the setupNanos field is set.
    • getSetupNanos

      long getSetupNanos()
      optional int64 setup_nanos = 5;
      Returns:
      The setupNanos.
    • hasProcessNanos

      boolean hasProcessNanos()
      optional int64 process_nanos = 6;
      Returns:
      Whether the processNanos field is set.
    • getProcessNanos

      long getProcessNanos()
      optional int64 process_nanos = 6;
      Returns:
      The processNanos.
    • hasPeakLocalMemoryAllocated

      boolean hasPeakLocalMemoryAllocated()
      optional int64 peak_local_memory_allocated = 7;
      Returns:
      Whether the peakLocalMemoryAllocated field is set.
    • getPeakLocalMemoryAllocated

      long getPeakLocalMemoryAllocated()
      optional int64 peak_local_memory_allocated = 7;
      Returns:
      The peakLocalMemoryAllocated.
    • getMetricList

      repeated .exec.shared.MetricValue metric = 8;
    • getMetric

      UserBitShared.MetricValue getMetric(int index)
      repeated .exec.shared.MetricValue metric = 8;
    • getMetricCount

      int getMetricCount()
      repeated .exec.shared.MetricValue metric = 8;
    • getMetricOrBuilderList

      List<? extends UserBitShared.MetricValueOrBuilder> getMetricOrBuilderList()
      repeated .exec.shared.MetricValue metric = 8;
    • getMetricOrBuilder

      UserBitShared.MetricValueOrBuilder getMetricOrBuilder(int index)
      repeated .exec.shared.MetricValue metric = 8;
    • hasWaitNanos

      boolean hasWaitNanos()
      optional int64 wait_nanos = 9;
      Returns:
      Whether the waitNanos field is set.
    • getWaitNanos

      long getWaitNanos()
      optional int64 wait_nanos = 9;
      Returns:
      The waitNanos.
    • hasOperatorTypeName

      boolean hasOperatorTypeName()
      optional string operator_type_name = 10;
      Returns:
      Whether the operatorTypeName field is set.
    • getOperatorTypeName

      String getOperatorTypeName()
      optional string operator_type_name = 10;
      Returns:
      The operatorTypeName.
    • getOperatorTypeNameBytes

      com.google.protobuf.ByteString getOperatorTypeNameBytes()
      optional string operator_type_name = 10;
      Returns:
      The bytes for operatorTypeName.