
alluxio.grpc.CmdSummaryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/job_master.proto
package alluxio.grpc;
public interface CmdSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.job.CmdSummary)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional int64 jobControlId = 1;
* @return Whether the jobControlId field is set.
*/
boolean hasJobControlId();
/**
* optional int64 jobControlId = 1;
* @return The jobControlId.
*/
long getJobControlId();
/**
* optional .alluxio.grpc.job.OperationType operationType = 2;
* @return Whether the operationType field is set.
*/
boolean hasOperationType();
/**
* optional .alluxio.grpc.job.OperationType operationType = 2;
* @return The operationType.
*/
alluxio.grpc.OperationType getOperationType();
/**
* optional .alluxio.grpc.job.JobSource jobSource = 3;
* @return Whether the jobSource field is set.
*/
boolean hasJobSource();
/**
* optional .alluxio.grpc.job.JobSource jobSource = 3;
* @return The jobSource.
*/
alluxio.grpc.JobSource getJobSource();
/**
* optional .alluxio.grpc.job.Status status = 4;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* optional .alluxio.grpc.job.Status status = 4;
* @return The status.
*/
alluxio.grpc.Status getStatus();
/**
* optional int64 submissionTime = 5;
* @return Whether the submissionTime field is set.
*/
boolean hasSubmissionTime();
/**
* optional int64 submissionTime = 5;
* @return The submissionTime.
*/
long getSubmissionTime();
/**
* optional int64 duration = 6;
* @return Whether the duration field is set.
*/
boolean hasDuration();
/**
* optional int64 duration = 6;
* @return The duration.
*/
long getDuration();
/**
* optional string errorMessage = 7;
* @return Whether the errorMessage field is set.
*/
boolean hasErrorMessage();
/**
* optional string errorMessage = 7;
* @return The errorMessage.
*/
java.lang.String getErrorMessage();
/**
* optional string errorMessage = 7;
* @return The bytes for errorMessage.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getErrorMessageBytes();
/**
* optional .alluxio.grpc.job.CmdProgress cmdProgress = 8;
* @return Whether the cmdProgress field is set.
*/
boolean hasCmdProgress();
/**
* optional .alluxio.grpc.job.CmdProgress cmdProgress = 8;
* @return The cmdProgress.
*/
alluxio.grpc.CmdProgress getCmdProgress();
/**
* optional .alluxio.grpc.job.CmdProgress cmdProgress = 8;
*/
alluxio.grpc.CmdProgressOrBuilder getCmdProgressOrBuilder();
/**
* optional float progressPercentage = 9;
* @return Whether the progressPercentage field is set.
*/
boolean hasProgressPercentage();
/**
* optional float progressPercentage = 9;
* @return The progressPercentage.
*/
float getProgressPercentage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy