All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 
      getWorkerInfosOrBuilderList();
  /**
   * repeated .alluxio.grpc.block.WorkerInfo workerInfos = 1;
   */
  alluxio.grpc.WorkerInfoOrBuilder getWorkerInfosOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy