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

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

  /**
   * repeated int64 tiers = 1;
   * @return A list containing the tiers.
   */
  java.util.List getTiersList();
  /**
   * repeated int64 tiers = 1;
   * @return The count of tiers.
   */
  int getTiersCount();
  /**
   * repeated int64 tiers = 1;
   * @param index The index of the element to return.
   * @return The tiers at the given index.
   */
  long getTiers(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy