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

alluxio.grpc.table.layout.hive.HiveBucketPropertyOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/table/layout/hive/hive.proto

package alluxio.grpc.table.layout.hive;

public interface HiveBucketPropertyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.table.layout.HiveBucketProperty)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string bucketed_by = 1;
   * @return A list containing the bucketedBy.
   */
  java.util.List
      getBucketedByList();
  /**
   * repeated string bucketed_by = 1;
   * @return The count of bucketedBy.
   */
  int getBucketedByCount();
  /**
   * repeated string bucketed_by = 1;
   * @param index The index of the element to return.
   * @return The bucketedBy at the given index.
   */
  java.lang.String getBucketedBy(int index);
  /**
   * repeated string bucketed_by = 1;
   * @param index The index of the value to return.
   * @return The bytes of the bucketedBy at the given index.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getBucketedByBytes(int index);

  /**
   * optional int64 bucket_count = 2;
   * @return Whether the bucketCount field is set.
   */
  boolean hasBucketCount();
  /**
   * optional int64 bucket_count = 2;
   * @return The bucketCount.
   */
  long getBucketCount();

  /**
   * repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
   */
  java.util.List 
      getSortedByList();
  /**
   * repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
   */
  alluxio.grpc.table.layout.hive.SortingColumn getSortedBy(int index);
  /**
   * repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
   */
  int getSortedByCount();
  /**
   * repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
   */
  java.util.List 
      getSortedByOrBuilderList();
  /**
   * repeated .alluxio.grpc.table.layout.SortingColumn sorted_by = 3;
   */
  alluxio.grpc.table.layout.hive.SortingColumnOrBuilder getSortedByOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy