public static final class UserBitShared.MinorFragmentProfile extends com.google.protobuf.GeneratedMessageV3 implements UserBitShared.MinorFragmentProfileOrBuilder
exec.shared.MinorFragmentProfile
Modifier and Type | Class and Description |
---|---|
static class |
UserBitShared.MinorFragmentProfile.Builder
Protobuf type
exec.shared.MinorFragmentProfile |
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 |
END_TIME_FIELD_NUMBER |
static int |
ENDPOINT_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
LAST_PROGRESS_FIELD_NUMBER |
static int |
LAST_UPDATE_FIELD_NUMBER |
static int |
MAX_MEMORY_USED_FIELD_NUMBER |
static int |
MEMORY_USED_FIELD_NUMBER |
static int |
MINOR_FRAGMENT_ID_FIELD_NUMBER |
static int |
OPERATOR_PROFILE_FIELD_NUMBER |
static com.google.protobuf.Parser<UserBitShared.MinorFragmentProfile> |
PARSER
Deprecated.
|
static int |
START_TIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static UserBitShared.MinorFragmentProfile |
getDefaultInstance() |
UserBitShared.MinorFragmentProfile |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
CoordinationProtos.DrillbitEndpoint |
getEndpoint()
optional .exec.DrillbitEndpoint endpoint = 9; |
CoordinationProtos.DrillbitEndpointOrBuilder |
getEndpointOrBuilder()
optional .exec.DrillbitEndpoint endpoint = 9; |
long |
getEndTime()
optional int64 end_time = 6; |
UserBitShared.DrillPBError |
getError()
optional .exec.shared.DrillPBError error = 2; |
UserBitShared.DrillPBErrorOrBuilder |
getErrorOrBuilder()
optional .exec.shared.DrillPBError error = 2; |
long |
getLastProgress()
optional int64 last_progress = 11; |
long |
getLastUpdate()
optional int64 last_update = 10; |
long |
getMaxMemoryUsed()
optional int64 max_memory_used = 8; |
long |
getMemoryUsed()
optional int64 memory_used = 7; |
int |
getMinorFragmentId()
optional int32 minor_fragment_id = 3; |
UserBitShared.OperatorProfile |
getOperatorProfile(int index)
repeated .exec.shared.OperatorProfile operator_profile = 4; |
int |
getOperatorProfileCount()
repeated .exec.shared.OperatorProfile operator_profile = 4; |
List<UserBitShared.OperatorProfile> |
getOperatorProfileList()
repeated .exec.shared.OperatorProfile operator_profile = 4; |
UserBitShared.OperatorProfileOrBuilder |
getOperatorProfileOrBuilder(int index)
repeated .exec.shared.OperatorProfile operator_profile = 4; |
List<? extends UserBitShared.OperatorProfileOrBuilder> |
getOperatorProfileOrBuilderList()
repeated .exec.shared.OperatorProfile operator_profile = 4; |
com.google.protobuf.Parser<UserBitShared.MinorFragmentProfile> |
getParserForType() |
int |
getSerializedSize() |
long |
getStartTime()
optional int64 start_time = 5; |
UserBitShared.FragmentState |
getState()
optional .exec.shared.FragmentState state = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndpoint()
optional .exec.DrillbitEndpoint endpoint = 9; |
boolean |
hasEndTime()
optional int64 end_time = 6; |
boolean |
hasError()
optional .exec.shared.DrillPBError error = 2; |
int |
hashCode() |
boolean |
hasLastProgress()
optional int64 last_progress = 11; |
boolean |
hasLastUpdate()
optional int64 last_update = 10; |
boolean |
hasMaxMemoryUsed()
optional int64 max_memory_used = 8; |
boolean |
hasMemoryUsed()
optional int64 memory_used = 7; |
boolean |
hasMinorFragmentId()
optional int32 minor_fragment_id = 3; |
boolean |
hasStartTime()
optional int64 start_time = 5; |
boolean |
hasState()
optional .exec.shared.FragmentState state = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UserBitShared.MinorFragmentProfile.Builder |
newBuilder() |
static UserBitShared.MinorFragmentProfile.Builder |
newBuilder(UserBitShared.MinorFragmentProfile prototype) |
UserBitShared.MinorFragmentProfile.Builder |
newBuilderForType() |
protected UserBitShared.MinorFragmentProfile.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UserBitShared.MinorFragmentProfile |
parseDelimitedFrom(InputStream input) |
static UserBitShared.MinorFragmentProfile |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.MinorFragmentProfile |
parseFrom(byte[] data) |
static UserBitShared.MinorFragmentProfile |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.MinorFragmentProfile |
parseFrom(ByteBuffer data) |
static UserBitShared.MinorFragmentProfile |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.MinorFragmentProfile |
parseFrom(com.google.protobuf.ByteString data) |
static UserBitShared.MinorFragmentProfile |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.MinorFragmentProfile |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UserBitShared.MinorFragmentProfile |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserBitShared.MinorFragmentProfile |
parseFrom(InputStream input) |
static UserBitShared.MinorFragmentProfile |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UserBitShared.MinorFragmentProfile> |
parser() |
UserBitShared.MinorFragmentProfile.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 STATE_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
public static final int MINOR_FRAGMENT_ID_FIELD_NUMBER
public static final int OPERATOR_PROFILE_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int MEMORY_USED_FIELD_NUMBER
public static final int MAX_MEMORY_USED_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
public static final int LAST_UPDATE_FIELD_NUMBER
public static final int LAST_PROGRESS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<UserBitShared.MinorFragmentProfile> 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 boolean hasState()
optional .exec.shared.FragmentState state = 1;
hasState
in interface UserBitShared.MinorFragmentProfileOrBuilder
public UserBitShared.FragmentState getState()
optional .exec.shared.FragmentState state = 1;
getState
in interface UserBitShared.MinorFragmentProfileOrBuilder
public boolean hasError()
optional .exec.shared.DrillPBError error = 2;
hasError
in interface UserBitShared.MinorFragmentProfileOrBuilder
public UserBitShared.DrillPBError getError()
optional .exec.shared.DrillPBError error = 2;
getError
in interface UserBitShared.MinorFragmentProfileOrBuilder
public UserBitShared.DrillPBErrorOrBuilder getErrorOrBuilder()
optional .exec.shared.DrillPBError error = 2;
getErrorOrBuilder
in interface UserBitShared.MinorFragmentProfileOrBuilder
public boolean hasMinorFragmentId()
optional int32 minor_fragment_id = 3;
hasMinorFragmentId
in interface UserBitShared.MinorFragmentProfileOrBuilder
public int getMinorFragmentId()
optional int32 minor_fragment_id = 3;
getMinorFragmentId
in interface UserBitShared.MinorFragmentProfileOrBuilder
public List<UserBitShared.OperatorProfile> getOperatorProfileList()
repeated .exec.shared.OperatorProfile operator_profile = 4;
getOperatorProfileList
in interface UserBitShared.MinorFragmentProfileOrBuilder
public List<? extends UserBitShared.OperatorProfileOrBuilder> getOperatorProfileOrBuilderList()
repeated .exec.shared.OperatorProfile operator_profile = 4;
getOperatorProfileOrBuilderList
in interface UserBitShared.MinorFragmentProfileOrBuilder
public int getOperatorProfileCount()
repeated .exec.shared.OperatorProfile operator_profile = 4;
getOperatorProfileCount
in interface UserBitShared.MinorFragmentProfileOrBuilder
public UserBitShared.OperatorProfile getOperatorProfile(int index)
repeated .exec.shared.OperatorProfile operator_profile = 4;
getOperatorProfile
in interface UserBitShared.MinorFragmentProfileOrBuilder
public UserBitShared.OperatorProfileOrBuilder getOperatorProfileOrBuilder(int index)
repeated .exec.shared.OperatorProfile operator_profile = 4;
getOperatorProfileOrBuilder
in interface UserBitShared.MinorFragmentProfileOrBuilder
public boolean hasStartTime()
optional int64 start_time = 5;
hasStartTime
in interface UserBitShared.MinorFragmentProfileOrBuilder
public long getStartTime()
optional int64 start_time = 5;
getStartTime
in interface UserBitShared.MinorFragmentProfileOrBuilder
public boolean hasEndTime()
optional int64 end_time = 6;
hasEndTime
in interface UserBitShared.MinorFragmentProfileOrBuilder
public long getEndTime()
optional int64 end_time = 6;
getEndTime
in interface UserBitShared.MinorFragmentProfileOrBuilder
public boolean hasMemoryUsed()
optional int64 memory_used = 7;
hasMemoryUsed
in interface UserBitShared.MinorFragmentProfileOrBuilder
public long getMemoryUsed()
optional int64 memory_used = 7;
getMemoryUsed
in interface UserBitShared.MinorFragmentProfileOrBuilder
public boolean hasMaxMemoryUsed()
optional int64 max_memory_used = 8;
hasMaxMemoryUsed
in interface UserBitShared.MinorFragmentProfileOrBuilder
public long getMaxMemoryUsed()
optional int64 max_memory_used = 8;
getMaxMemoryUsed
in interface UserBitShared.MinorFragmentProfileOrBuilder
public boolean hasEndpoint()
optional .exec.DrillbitEndpoint endpoint = 9;
hasEndpoint
in interface UserBitShared.MinorFragmentProfileOrBuilder
public CoordinationProtos.DrillbitEndpoint getEndpoint()
optional .exec.DrillbitEndpoint endpoint = 9;
getEndpoint
in interface UserBitShared.MinorFragmentProfileOrBuilder
public CoordinationProtos.DrillbitEndpointOrBuilder getEndpointOrBuilder()
optional .exec.DrillbitEndpoint endpoint = 9;
getEndpointOrBuilder
in interface UserBitShared.MinorFragmentProfileOrBuilder
public boolean hasLastUpdate()
optional int64 last_update = 10;
hasLastUpdate
in interface UserBitShared.MinorFragmentProfileOrBuilder
public long getLastUpdate()
optional int64 last_update = 10;
getLastUpdate
in interface UserBitShared.MinorFragmentProfileOrBuilder
public boolean hasLastProgress()
optional int64 last_progress = 11;
hasLastProgress
in interface UserBitShared.MinorFragmentProfileOrBuilder
public long getLastProgress()
optional int64 last_progress = 11;
getLastProgress
in interface UserBitShared.MinorFragmentProfileOrBuilder
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.MinorFragmentProfile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.MinorFragmentProfile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.MinorFragmentProfile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.MinorFragmentProfile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.MinorFragmentProfile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.MinorFragmentProfile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UserBitShared.MinorFragmentProfile parseFrom(InputStream input) throws IOException
IOException
public static UserBitShared.MinorFragmentProfile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserBitShared.MinorFragmentProfile parseDelimitedFrom(InputStream input) throws IOException
IOException
public static UserBitShared.MinorFragmentProfile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UserBitShared.MinorFragmentProfile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static UserBitShared.MinorFragmentProfile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public UserBitShared.MinorFragmentProfile.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static UserBitShared.MinorFragmentProfile.Builder newBuilder()
public static UserBitShared.MinorFragmentProfile.Builder newBuilder(UserBitShared.MinorFragmentProfile prototype)
public UserBitShared.MinorFragmentProfile.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected UserBitShared.MinorFragmentProfile.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static UserBitShared.MinorFragmentProfile getDefaultInstance()
public static com.google.protobuf.Parser<UserBitShared.MinorFragmentProfile> parser()
public com.google.protobuf.Parser<UserBitShared.MinorFragmentProfile> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public UserBitShared.MinorFragmentProfile getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 1970 The Apache Software Foundation. All rights reserved.