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

alluxio.grpc.GetWorkerReportPOptionsOrBuilder 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 GetWorkerReportPOptionsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.block.GetWorkerReportPOptions)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   ** addresses are only valid when workerRange is SPECIFIED 
   * 
* * repeated string addresses = 1; * @return A list containing the addresses. */ java.util.List getAddressesList(); /** *
   ** addresses are only valid when workerRange is SPECIFIED 
   * 
* * repeated string addresses = 1; * @return The count of addresses. */ int getAddressesCount(); /** *
   ** addresses are only valid when workerRange is SPECIFIED 
   * 
* * repeated string addresses = 1; * @param index The index of the element to return. * @return The addresses at the given index. */ java.lang.String getAddresses(int index); /** *
   ** addresses are only valid when workerRange is SPECIFIED 
   * 
* * repeated string addresses = 1; * @param index The index of the value to return. * @return The bytes of the addresses at the given index. */ alluxio.shaded.client.com.google.protobuf.ByteString getAddressesBytes(int index); /** * repeated .alluxio.grpc.block.WorkerInfoField fieldRanges = 2; * @return A list containing the fieldRanges. */ java.util.List getFieldRangesList(); /** * repeated .alluxio.grpc.block.WorkerInfoField fieldRanges = 2; * @return The count of fieldRanges. */ int getFieldRangesCount(); /** * repeated .alluxio.grpc.block.WorkerInfoField fieldRanges = 2; * @param index The index of the element to return. * @return The fieldRanges at the given index. */ alluxio.grpc.WorkerInfoField getFieldRanges(int index); /** * optional .alluxio.grpc.block.WorkerRange workerRange = 3; * @return Whether the workerRange field is set. */ boolean hasWorkerRange(); /** * optional .alluxio.grpc.block.WorkerRange workerRange = 3; * @return The workerRange. */ alluxio.grpc.WorkerRange getWorkerRange(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy