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

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

  /**
   * repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1;
   * @return A list containing the filters.
   */
  java.util.List getFiltersList();
  /**
   * repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1;
   * @return The count of filters.
   */
  int getFiltersCount();
  /**
   * repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1;
   * @param index The index of the element to return.
   * @return The filters at the given index.
   */
  alluxio.grpc.BlockMasterInfoField getFilters(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy