public static final class UserBitShared.OperatorProfile extends com.google.protobuf.GeneratedMessageV3 implements UserBitShared.OperatorProfileOrBuilder
exec.shared.OperatorProfile| Modifier and Type | Class and Description |
|---|---|
static class |
UserBitShared.OperatorProfile.Builder
Protobuf type
exec.shared.OperatorProfile |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
INPUT_PROFILE_FIELD_NUMBER |
static int |
METRIC_FIELD_NUMBER |
static int |
OPERATOR_ID_FIELD_NUMBER |
static int |
OPERATOR_TYPE_FIELD_NUMBER |
static int |
OPERATOR_TYPE_NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<UserBitShared.OperatorProfile> |
PARSER
Deprecated.
|
static int |
PEAK_LOCAL_MEMORY_ALLOCATED_FIELD_NUMBER |
static int |
PROCESS_NANOS_FIELD_NUMBER |
static int |
SETUP_NANOS_FIELD_NUMBER |
static int |
WAIT_NANOS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static UserBitShared.OperatorProfile |
getDefaultInstance() |
UserBitShared.OperatorProfile |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<UserBitShared.OperatorProfile> |
getParserForType() |
long |
getPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7; |
long |
getProcessNanos()
optional int64 process_nanos = 6; |
int |
getSerializedSize() |
long |
getSetupNanos()
optional int64 setup_nanos = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getWaitNanos()
optional int64 wait_nanos = 9; |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UserBitShared.OperatorProfile.Builder |
newBuilder() |
static UserBitShared.OperatorProfile.Builder |
newBuilder(UserBitShared.OperatorProfile prototype) |
UserBitShared.OperatorProfile.Builder |
newBuilderForType() |
protected UserBitShared.OperatorProfile.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UserBitShared.OperatorProfile |
parseDelimitedFrom(InputStream input) |
static UserBitShared.OperatorProfile |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.OperatorProfile |
parseFrom(byte[] data) |
static UserBitShared.OperatorProfile |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.OperatorProfile |
parseFrom(ByteBuffer data) |
static UserBitShared.OperatorProfile |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.OperatorProfile |
parseFrom(com.google.protobuf.ByteString data) |
static UserBitShared.OperatorProfile |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.OperatorProfile |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UserBitShared.OperatorProfile |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.OperatorProfile |
parseFrom(InputStream input) |
static UserBitShared.OperatorProfile |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UserBitShared.OperatorProfile> |
parser() |
UserBitShared.OperatorProfile.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int INPUT_PROFILE_FIELD_NUMBER
public static final int OPERATOR_ID_FIELD_NUMBER
public static final int OPERATOR_TYPE_FIELD_NUMBER
public static final int SETUP_NANOS_FIELD_NUMBER
public static final int PROCESS_NANOS_FIELD_NUMBER
public static final int PEAK_LOCAL_MEMORY_ALLOCATED_FIELD_NUMBER
public static final int METRIC_FIELD_NUMBER
public static final int WAIT_NANOS_FIELD_NUMBER
public static final int OPERATOR_TYPE_NAME_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<UserBitShared.OperatorProfile> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<UserBitShared.StreamProfile> getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfileList in interface UserBitShared.OperatorProfileOrBuilderpublic List<? extends UserBitShared.StreamProfileOrBuilder> getInputProfileOrBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfileOrBuilderList in interface UserBitShared.OperatorProfileOrBuilderpublic int getInputProfileCount()
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfileCount in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.StreamProfile getInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfile in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.StreamProfileOrBuilder getInputProfileOrBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfileOrBuilder in interface UserBitShared.OperatorProfileOrBuilderpublic boolean hasOperatorId()
optional int32 operator_id = 3;hasOperatorId in interface UserBitShared.OperatorProfileOrBuilderpublic int getOperatorId()
optional int32 operator_id = 3;getOperatorId in interface UserBitShared.OperatorProfileOrBuilder@Deprecated public boolean hasOperatorType()
optional int32 operator_type = 4 [deprecated = true];hasOperatorType in interface UserBitShared.OperatorProfileOrBuilder@Deprecated public int getOperatorType()
optional int32 operator_type = 4 [deprecated = true];getOperatorType in interface UserBitShared.OperatorProfileOrBuilderpublic boolean hasSetupNanos()
optional int64 setup_nanos = 5;hasSetupNanos in interface UserBitShared.OperatorProfileOrBuilderpublic long getSetupNanos()
optional int64 setup_nanos = 5;getSetupNanos in interface UserBitShared.OperatorProfileOrBuilderpublic boolean hasProcessNanos()
optional int64 process_nanos = 6;hasProcessNanos in interface UserBitShared.OperatorProfileOrBuilderpublic long getProcessNanos()
optional int64 process_nanos = 6;getProcessNanos in interface UserBitShared.OperatorProfileOrBuilderpublic boolean hasPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;hasPeakLocalMemoryAllocated in interface UserBitShared.OperatorProfileOrBuilderpublic long getPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;getPeakLocalMemoryAllocated in interface UserBitShared.OperatorProfileOrBuilderpublic List<UserBitShared.MetricValue> getMetricList()
repeated .exec.shared.MetricValue metric = 8;getMetricList in interface UserBitShared.OperatorProfileOrBuilderpublic List<? extends UserBitShared.MetricValueOrBuilder> getMetricOrBuilderList()
repeated .exec.shared.MetricValue metric = 8;getMetricOrBuilderList in interface UserBitShared.OperatorProfileOrBuilderpublic int getMetricCount()
repeated .exec.shared.MetricValue metric = 8;getMetricCount in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.MetricValue getMetric(int index)
repeated .exec.shared.MetricValue metric = 8;getMetric in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.MetricValueOrBuilder getMetricOrBuilder(int index)
repeated .exec.shared.MetricValue metric = 8;getMetricOrBuilder in interface UserBitShared.OperatorProfileOrBuilderpublic boolean hasWaitNanos()
optional int64 wait_nanos = 9;hasWaitNanos in interface UserBitShared.OperatorProfileOrBuilderpublic long getWaitNanos()
optional int64 wait_nanos = 9;getWaitNanos in interface UserBitShared.OperatorProfileOrBuilderpublic boolean hasOperatorTypeName()
optional string operator_type_name = 10;hasOperatorTypeName in interface UserBitShared.OperatorProfileOrBuilderpublic String getOperatorTypeName()
optional string operator_type_name = 10;getOperatorTypeName in interface UserBitShared.OperatorProfileOrBuilderpublic com.google.protobuf.ByteString getOperatorTypeNameBytes()
optional string operator_type_name = 10;getOperatorTypeNameBytes in interface UserBitShared.OperatorProfileOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static UserBitShared.OperatorProfile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.OperatorProfile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.OperatorProfile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.OperatorProfile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.OperatorProfile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.OperatorProfile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserBitShared.OperatorProfile parseFrom(InputStream input) throws IOException
IOExceptionpublic static UserBitShared.OperatorProfile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserBitShared.OperatorProfile parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static UserBitShared.OperatorProfile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserBitShared.OperatorProfile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static UserBitShared.OperatorProfile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic UserBitShared.OperatorProfile.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UserBitShared.OperatorProfile.Builder newBuilder()
public static UserBitShared.OperatorProfile.Builder newBuilder(UserBitShared.OperatorProfile prototype)
public UserBitShared.OperatorProfile.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UserBitShared.OperatorProfile.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static UserBitShared.OperatorProfile getDefaultInstance()
public static com.google.protobuf.Parser<UserBitShared.OperatorProfile> parser()
public com.google.protobuf.Parser<UserBitShared.OperatorProfile> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public UserBitShared.OperatorProfile getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021 The Apache Software Foundation. All rights reserved.