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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public List<UserBitShared.StreamProfile> getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfileList
in interface UserBitShared.OperatorProfileOrBuilder
public List<? extends UserBitShared.StreamProfileOrBuilder> getInputProfileOrBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfileOrBuilderList
in interface UserBitShared.OperatorProfileOrBuilder
public int getInputProfileCount()
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfileCount
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.StreamProfile getInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfile
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.StreamProfileOrBuilder getInputProfileOrBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1;
getInputProfileOrBuilder
in interface UserBitShared.OperatorProfileOrBuilder
public boolean hasOperatorId()
optional int32 operator_id = 3;
hasOperatorId
in interface UserBitShared.OperatorProfileOrBuilder
public 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.OperatorProfileOrBuilder
public boolean hasSetupNanos()
optional int64 setup_nanos = 5;
hasSetupNanos
in interface UserBitShared.OperatorProfileOrBuilder
public long getSetupNanos()
optional int64 setup_nanos = 5;
getSetupNanos
in interface UserBitShared.OperatorProfileOrBuilder
public boolean hasProcessNanos()
optional int64 process_nanos = 6;
hasProcessNanos
in interface UserBitShared.OperatorProfileOrBuilder
public long getProcessNanos()
optional int64 process_nanos = 6;
getProcessNanos
in interface UserBitShared.OperatorProfileOrBuilder
public boolean hasPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;
hasPeakLocalMemoryAllocated
in interface UserBitShared.OperatorProfileOrBuilder
public long getPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;
getPeakLocalMemoryAllocated
in interface UserBitShared.OperatorProfileOrBuilder
public List<UserBitShared.MetricValue> getMetricList()
repeated .exec.shared.MetricValue metric = 8;
getMetricList
in interface UserBitShared.OperatorProfileOrBuilder
public List<? extends UserBitShared.MetricValueOrBuilder> getMetricOrBuilderList()
repeated .exec.shared.MetricValue metric = 8;
getMetricOrBuilderList
in interface UserBitShared.OperatorProfileOrBuilder
public int getMetricCount()
repeated .exec.shared.MetricValue metric = 8;
getMetricCount
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.MetricValue getMetric(int index)
repeated .exec.shared.MetricValue metric = 8;
getMetric
in interface UserBitShared.OperatorProfileOrBuilder
public UserBitShared.MetricValueOrBuilder getMetricOrBuilder(int index)
repeated .exec.shared.MetricValue metric = 8;
getMetricOrBuilder
in interface UserBitShared.OperatorProfileOrBuilder
public boolean hasWaitNanos()
optional int64 wait_nanos = 9;
hasWaitNanos
in interface UserBitShared.OperatorProfileOrBuilder
public long getWaitNanos()
optional int64 wait_nanos = 9;
getWaitNanos
in interface UserBitShared.OperatorProfileOrBuilder
public boolean hasOperatorTypeName()
optional string operator_type_name = 10;
hasOperatorTypeName
in interface UserBitShared.OperatorProfileOrBuilder
public String getOperatorTypeName()
optional string operator_type_name = 10;
getOperatorTypeName
in interface UserBitShared.OperatorProfileOrBuilder
public com.google.protobuf.ByteString getOperatorTypeNameBytes()
optional string operator_type_name = 10;
getOperatorTypeNameBytes
in interface UserBitShared.OperatorProfileOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static UserBitShared.OperatorProfile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.OperatorProfile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.OperatorProfile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.OperatorProfile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.OperatorProfile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.OperatorProfile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.OperatorProfile parseFrom(InputStream input) throws IOException
IOException
public static UserBitShared.OperatorProfile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserBitShared.OperatorProfile parseDelimitedFrom(InputStream input) throws IOException
IOException
public static UserBitShared.OperatorProfile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserBitShared.OperatorProfile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static UserBitShared.OperatorProfile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public UserBitShared.OperatorProfile.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected UserBitShared.OperatorProfile.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public UserBitShared.OperatorProfile getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 1970 The Apache Software Foundation. All rights reserved.