public static interface UserBitShared.OperatorProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
UserBitShared.StreamProfile |
getInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
int |
getInputProfileCount()
repeated .exec.shared.StreamProfile input_profile = 1; |
List<UserBitShared.StreamProfile> |
getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.StreamProfileOrBuilder |
getInputProfileOrBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
List<? extends UserBitShared.StreamProfileOrBuilder> |
getInputProfileOrBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.MetricValue |
getMetric(int index)
repeated .exec.shared.MetricValue metric = 8; |
int |
getMetricCount()
repeated .exec.shared.MetricValue metric = 8; |
List<UserBitShared.MetricValue> |
getMetricList()
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.MetricValueOrBuilder |
getMetricOrBuilder(int index)
repeated .exec.shared.MetricValue metric = 8; |
List<? extends UserBitShared.MetricValueOrBuilder> |
getMetricOrBuilderList()
repeated .exec.shared.MetricValue metric = 8; |
int |
getOperatorId()
optional int32 operator_id = 3; |
int |
getOperatorType()
Deprecated.
|
String |
getOperatorTypeName()
optional string operator_type_name = 10; |
com.google.protobuf.ByteString |
getOperatorTypeNameBytes()
optional string operator_type_name = 10; |
long |
getPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7; |
long |
getProcessNanos()
optional int64 process_nanos = 6; |
long |
getSetupNanos()
optional int64 setup_nanos = 5; |
long |
getWaitNanos()
optional int64 wait_nanos = 9; |
boolean |
hasOperatorId()
optional int32 operator_id = 3; |
boolean |
hasOperatorType()
Deprecated.
|
boolean |
hasOperatorTypeName()
optional string operator_type_name = 10; |
boolean |
hasPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7; |
boolean |
hasProcessNanos()
optional int64 process_nanos = 6; |
boolean |
hasSetupNanos()
optional int64 setup_nanos = 5; |
boolean |
hasWaitNanos()
optional int64 wait_nanos = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<UserBitShared.StreamProfile> getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1;
UserBitShared.StreamProfile getInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1;
int getInputProfileCount()
repeated .exec.shared.StreamProfile input_profile = 1;
List<? extends UserBitShared.StreamProfileOrBuilder> getInputProfileOrBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1;
UserBitShared.StreamProfileOrBuilder getInputProfileOrBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1;
boolean hasOperatorId()
optional int32 operator_id = 3;
int getOperatorId()
optional int32 operator_id = 3;
@Deprecated boolean hasOperatorType()
optional int32 operator_type = 4 [deprecated = true];
@Deprecated int getOperatorType()
optional int32 operator_type = 4 [deprecated = true];
boolean hasSetupNanos()
optional int64 setup_nanos = 5;
long getSetupNanos()
optional int64 setup_nanos = 5;
boolean hasProcessNanos()
optional int64 process_nanos = 6;
long getProcessNanos()
optional int64 process_nanos = 6;
boolean hasPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;
long getPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;
List<UserBitShared.MetricValue> getMetricList()
repeated .exec.shared.MetricValue metric = 8;
UserBitShared.MetricValue getMetric(int index)
repeated .exec.shared.MetricValue metric = 8;
int getMetricCount()
repeated .exec.shared.MetricValue metric = 8;
List<? extends UserBitShared.MetricValueOrBuilder> getMetricOrBuilderList()
repeated .exec.shared.MetricValue metric = 8;
UserBitShared.MetricValueOrBuilder getMetricOrBuilder(int index)
repeated .exec.shared.MetricValue metric = 8;
boolean hasWaitNanos()
optional int64 wait_nanos = 9;
long getWaitNanos()
optional int64 wait_nanos = 9;
boolean hasOperatorTypeName()
optional string operator_type_name = 10;
String getOperatorTypeName()
optional string operator_type_name = 10;
com.google.protobuf.ByteString getOperatorTypeNameBytes()
optional string operator_type_name = 10;
Copyright © 1970 The Apache Software Foundation. All rights reserved.