public interface CmdSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CmdProgress |
getCmdProgress()
optional .alluxio.grpc.job.CmdProgress cmdProgress = 8; |
CmdProgressOrBuilder |
getCmdProgressOrBuilder()
optional .alluxio.grpc.job.CmdProgress cmdProgress = 8; |
long |
getDuration()
optional int64 duration = 6; |
String |
getErrorMessage()
optional string errorMessage = 7; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string errorMessage = 7; |
long |
getJobControlId()
optional int64 jobControlId = 1; |
JobSource |
getJobSource()
optional .alluxio.grpc.job.JobSource jobSource = 3; |
OperationType |
getOperationType()
optional .alluxio.grpc.job.OperationType operationType = 2; |
float |
getProgressPercentage()
optional float progressPercentage = 9; |
Status |
getStatus()
optional .alluxio.grpc.job.Status status = 4; |
long |
getSubmissionTime()
optional int64 submissionTime = 5; |
boolean |
hasCmdProgress()
optional .alluxio.grpc.job.CmdProgress cmdProgress = 8; |
boolean |
hasDuration()
optional int64 duration = 6; |
boolean |
hasErrorMessage()
optional string errorMessage = 7; |
boolean |
hasJobControlId()
optional int64 jobControlId = 1; |
boolean |
hasJobSource()
optional .alluxio.grpc.job.JobSource jobSource = 3; |
boolean |
hasOperationType()
optional .alluxio.grpc.job.OperationType operationType = 2; |
boolean |
hasProgressPercentage()
optional float progressPercentage = 9; |
boolean |
hasStatus()
optional .alluxio.grpc.job.Status status = 4; |
boolean |
hasSubmissionTime()
optional int64 submissionTime = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasJobControlId()
optional int64 jobControlId = 1;
long getJobControlId()
optional int64 jobControlId = 1;
boolean hasOperationType()
optional .alluxio.grpc.job.OperationType operationType = 2;
OperationType getOperationType()
optional .alluxio.grpc.job.OperationType operationType = 2;
boolean hasJobSource()
optional .alluxio.grpc.job.JobSource jobSource = 3;
JobSource getJobSource()
optional .alluxio.grpc.job.JobSource jobSource = 3;
boolean hasStatus()
optional .alluxio.grpc.job.Status status = 4;
Status getStatus()
optional .alluxio.grpc.job.Status status = 4;
boolean hasSubmissionTime()
optional int64 submissionTime = 5;
long getSubmissionTime()
optional int64 submissionTime = 5;
boolean hasDuration()
optional int64 duration = 6;
long getDuration()
optional int64 duration = 6;
boolean hasErrorMessage()
optional string errorMessage = 7;
String getErrorMessage()
optional string errorMessage = 7;
com.google.protobuf.ByteString getErrorMessageBytes()
optional string errorMessage = 7;
boolean hasCmdProgress()
optional .alluxio.grpc.job.CmdProgress cmdProgress = 8;
CmdProgress getCmdProgress()
optional .alluxio.grpc.job.CmdProgress cmdProgress = 8;
CmdProgressOrBuilder getCmdProgressOrBuilder()
optional .alluxio.grpc.job.CmdProgress cmdProgress = 8;
boolean hasProgressPercentage()
optional float progressPercentage = 9;
float getProgressPercentage()
optional float progressPercentage = 9;
Copyright © 2023. All Rights Reserved.