public interface JobProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
Status |
getStatus()
optional .alluxio.grpc.job.Status status = 7; |
boolean |
hasErrorMsg()
optional string errorMsg = 5; |
boolean |
hasErrorType()
optional string errorType = 6; |
boolean |
hasFileCount()
optional int64 fileCount = 2; |
boolean |
hasFileSize()
optional int64 fileSize = 3; |
boolean |
hasJobId()
optional int64 jobId = 1; |
boolean |
hasLastUpdateMs()
optional int64 lastUpdateMs = 4; |
boolean |
hasStatus()
optional .alluxio.grpc.job.Status status = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasJobId()
optional int64 jobId = 1;
long getJobId()
optional int64 jobId = 1;
boolean hasFileCount()
optional int64 fileCount = 2;
long getFileCount()
optional int64 fileCount = 2;
boolean hasFileSize()
optional int64 fileSize = 3;
long getFileSize()
optional int64 fileSize = 3;
boolean hasLastUpdateMs()
optional int64 lastUpdateMs = 4;
long getLastUpdateMs()
optional int64 lastUpdateMs = 4;
boolean hasErrorMsg()
optional string errorMsg = 5;
String getErrorMsg()
optional string errorMsg = 5;
com.google.protobuf.ByteString getErrorMsgBytes()
optional string errorMsg = 5;
boolean hasErrorType()
optional string errorType = 6;
String getErrorType()
optional string errorType = 6;
com.google.protobuf.ByteString getErrorTypeBytes()
optional string errorType = 6;
boolean hasStatus()
optional .alluxio.grpc.job.Status status = 7;
Status getStatus()
optional .alluxio.grpc.job.Status status = 7;
Copyright © 2023. All Rights Reserved.