
alluxio.grpc.JobHeartbeatPResponseOrBuilder 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 JobHeartbeatPResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.job.JobHeartbeatPResponse)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* repeated .alluxio.grpc.job.JobCommand alluxio.shaded.client.com.ands = 1;
*/
java.util.List
getCommandsList();
/**
* repeated .alluxio.grpc.job.JobCommand alluxio.shaded.client.com.ands = 1;
*/
alluxio.grpc.JobCommand getCommands(int index);
/**
* repeated .alluxio.grpc.job.JobCommand alluxio.shaded.client.com.ands = 1;
*/
int getCommandsCount();
/**
* repeated .alluxio.grpc.job.JobCommand alluxio.shaded.client.com.ands = 1;
*/
java.util.List extends alluxio.grpc.JobCommandOrBuilder>
getCommandsOrBuilderList();
/**
* repeated .alluxio.grpc.job.JobCommand alluxio.shaded.client.com.ands = 1;
*/
alluxio.grpc.JobCommandOrBuilder getCommandsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy