Package org.apache.drill.exec.proto
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 Summary
Modifier and TypeMethodDescriptiongetInputProfile
(int index) repeated .exec.shared.StreamProfile input_profile = 1;
int
repeated .exec.shared.StreamProfile input_profile = 1;
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfileOrBuilder
(int index) repeated .exec.shared.StreamProfile input_profile = 1;
List<? extends UserBitShared.StreamProfileOrBuilder>
repeated .exec.shared.StreamProfile input_profile = 1;
getMetric
(int index) repeated .exec.shared.MetricValue metric = 8;
int
repeated .exec.shared.MetricValue metric = 8;
repeated .exec.shared.MetricValue metric = 8;
getMetricOrBuilder
(int index) repeated .exec.shared.MetricValue metric = 8;
List<? extends UserBitShared.MetricValueOrBuilder>
repeated .exec.shared.MetricValue metric = 8;
int
optional int32 operator_id = 3;
int
Deprecated.optional string operator_type_name = 10;
com.google.protobuf.ByteString
optional string operator_type_name = 10;
long
optional int64 peak_local_memory_allocated = 7;
long
optional int64 process_nanos = 6;
long
optional int64 setup_nanos = 5;
long
optional int64 wait_nanos = 9;
boolean
optional int32 operator_id = 3;
boolean
Deprecated.boolean
optional string operator_type_name = 10;
boolean
optional int64 peak_local_memory_allocated = 7;
boolean
optional int64 process_nanos = 6;
boolean
optional int64 setup_nanos = 5;
boolean
optional int64 wait_nanos = 9;
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
-
getInputProfileList
List<UserBitShared.StreamProfile> getInputProfileList()repeated .exec.shared.StreamProfile input_profile = 1;
-
getInputProfile
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
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.optional int32 operator_type = 4 [deprecated = true];
- Returns:
- Whether the operatorType field is set.
-
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
List<UserBitShared.MetricValue> getMetricList()repeated .exec.shared.MetricValue metric = 8;
-
getMetric
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
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.
-