public final class JobProgress extends com.google.protobuf.GeneratedMessageV3 implements JobProgressOrBuilder
alluxio.grpc.job.JobProgress
Modifier and Type | Class and Description |
---|---|
static class |
JobProgress.Builder
Protobuf type
alluxio.grpc.job.JobProgress |
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 |
ERRORMSG_FIELD_NUMBER |
static int |
ERRORTYPE_FIELD_NUMBER |
static int |
FILECOUNT_FIELD_NUMBER |
static int |
FILESIZE_FIELD_NUMBER |
static int |
JOBID_FIELD_NUMBER |
static int |
LASTUPDATEMS_FIELD_NUMBER |
static com.google.protobuf.Parser<JobProgress> |
PARSER
Deprecated.
|
static int |
STATUS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static JobProgress |
getDefaultInstance() |
JobProgress |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getErrorMsg()
optional string errorMsg = 5; |
com.google.protobuf.ByteString |
getErrorMsgBytes()
optional string errorMsg = 5; |
String |
getErrorType()
optional string errorType = 6; |
com.google.protobuf.ByteString |
getErrorTypeBytes()
optional string errorType = 6; |
long |
getFileCount()
optional int64 fileCount = 2; |
long |
getFileSize()
optional int64 fileSize = 3; |
long |
getJobId()
optional int64 jobId = 1; |
long |
getLastUpdateMs()
optional int64 lastUpdateMs = 4; |
com.google.protobuf.Parser<JobProgress> |
getParserForType() |
int |
getSerializedSize() |
Status |
getStatus()
optional .alluxio.grpc.job.Status status = 7; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasErrorMsg()
optional string errorMsg = 5; |
boolean |
hasErrorType()
optional string errorType = 6; |
boolean |
hasFileCount()
optional int64 fileCount = 2; |
boolean |
hasFileSize()
optional int64 fileSize = 3; |
int |
hashCode() |
boolean |
hasJobId()
optional int64 jobId = 1; |
boolean |
hasLastUpdateMs()
optional int64 lastUpdateMs = 4; |
boolean |
hasStatus()
optional .alluxio.grpc.job.Status status = 7; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static JobProgress.Builder |
newBuilder() |
static JobProgress.Builder |
newBuilder(JobProgress prototype) |
JobProgress.Builder |
newBuilderForType() |
protected JobProgress.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static JobProgress |
parseDelimitedFrom(InputStream input) |
static JobProgress |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobProgress |
parseFrom(byte[] data) |
static JobProgress |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobProgress |
parseFrom(ByteBuffer data) |
static JobProgress |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobProgress |
parseFrom(com.google.protobuf.ByteString data) |
static JobProgress |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobProgress |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JobProgress |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobProgress |
parseFrom(InputStream input) |
static JobProgress |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<JobProgress> |
parser() |
JobProgress.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, isStringEmpty, 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 JOBID_FIELD_NUMBER
public static final int FILECOUNT_FIELD_NUMBER
public static final int FILESIZE_FIELD_NUMBER
public static final int LASTUPDATEMS_FIELD_NUMBER
public static final int ERRORMSG_FIELD_NUMBER
public static final int ERRORTYPE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<JobProgress> 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 hasJobId()
optional int64 jobId = 1;
hasJobId
in interface JobProgressOrBuilder
public long getJobId()
optional int64 jobId = 1;
getJobId
in interface JobProgressOrBuilder
public boolean hasFileCount()
optional int64 fileCount = 2;
hasFileCount
in interface JobProgressOrBuilder
public long getFileCount()
optional int64 fileCount = 2;
getFileCount
in interface JobProgressOrBuilder
public boolean hasFileSize()
optional int64 fileSize = 3;
hasFileSize
in interface JobProgressOrBuilder
public long getFileSize()
optional int64 fileSize = 3;
getFileSize
in interface JobProgressOrBuilder
public boolean hasLastUpdateMs()
optional int64 lastUpdateMs = 4;
hasLastUpdateMs
in interface JobProgressOrBuilder
public long getLastUpdateMs()
optional int64 lastUpdateMs = 4;
getLastUpdateMs
in interface JobProgressOrBuilder
public boolean hasErrorMsg()
optional string errorMsg = 5;
hasErrorMsg
in interface JobProgressOrBuilder
public String getErrorMsg()
optional string errorMsg = 5;
getErrorMsg
in interface JobProgressOrBuilder
public com.google.protobuf.ByteString getErrorMsgBytes()
optional string errorMsg = 5;
getErrorMsgBytes
in interface JobProgressOrBuilder
public boolean hasErrorType()
optional string errorType = 6;
hasErrorType
in interface JobProgressOrBuilder
public String getErrorType()
optional string errorType = 6;
getErrorType
in interface JobProgressOrBuilder
public com.google.protobuf.ByteString getErrorTypeBytes()
optional string errorType = 6;
getErrorTypeBytes
in interface JobProgressOrBuilder
public boolean hasStatus()
optional .alluxio.grpc.job.Status status = 7;
hasStatus
in interface JobProgressOrBuilder
public Status getStatus()
optional .alluxio.grpc.job.Status status = 7;
getStatus
in interface JobProgressOrBuilder
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 JobProgress parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JobProgress parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JobProgress parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JobProgress parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JobProgress parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JobProgress parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JobProgress parseFrom(InputStream input) throws IOException
IOException
public static JobProgress parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JobProgress parseDelimitedFrom(InputStream input) throws IOException
IOException
public static JobProgress parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JobProgress parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static JobProgress parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public JobProgress.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static JobProgress.Builder newBuilder()
public static JobProgress.Builder newBuilder(JobProgress prototype)
public JobProgress.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected JobProgress.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static JobProgress getDefaultInstance()
public static com.google.protobuf.Parser<JobProgress> parser()
public com.google.protobuf.Parser<JobProgress> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public JobProgress getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.