
alluxio.grpc.GetWorkerInfoListPResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/block_master.proto
package alluxio.grpc;
public interface GetWorkerInfoListPResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.block.GetWorkerInfoListPResponse)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* repeated .alluxio.grpc.block.WorkerInfo workerInfos = 1;
*/
java.util.List
getWorkerInfosList();
/**
* repeated .alluxio.grpc.block.WorkerInfo workerInfos = 1;
*/
alluxio.grpc.WorkerInfo getWorkerInfos(int index);
/**
* repeated .alluxio.grpc.block.WorkerInfo workerInfos = 1;
*/
int getWorkerInfosCount();
/**
* repeated .alluxio.grpc.block.WorkerInfo workerInfos = 1;
*/
java.util.List extends alluxio.grpc.WorkerInfoOrBuilder>
getWorkerInfosOrBuilderList();
/**
* repeated .alluxio.grpc.block.WorkerInfo workerInfos = 1;
*/
alluxio.grpc.WorkerInfoOrBuilder getWorkerInfosOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy