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

alluxio.grpc.table.PartitionOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc.table;

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

  /**
   * optional .alluxio.grpc.table.PartitionSpec partition_spec = 1;
   * @return Whether the partitionSpec field is set.
   */
  boolean hasPartitionSpec();
  /**
   * optional .alluxio.grpc.table.PartitionSpec partition_spec = 1;
   * @return The partitionSpec.
   */
  alluxio.grpc.table.PartitionSpec getPartitionSpec();
  /**
   * optional .alluxio.grpc.table.PartitionSpec partition_spec = 1;
   */
  alluxio.grpc.table.PartitionSpecOrBuilder getPartitionSpecOrBuilder();

  /**
   * optional .alluxio.grpc.table.Layout base_layout = 2;
   * @return Whether the baseLayout field is set.
   */
  boolean hasBaseLayout();
  /**
   * optional .alluxio.grpc.table.Layout base_layout = 2;
   * @return The baseLayout.
   */
  alluxio.grpc.table.Layout getBaseLayout();
  /**
   * optional .alluxio.grpc.table.Layout base_layout = 2;
   */
  alluxio.grpc.table.LayoutOrBuilder getBaseLayoutOrBuilder();

  /**
   * 
   **
   * The latest transformation is in the back of the list.
   * 
* * repeated .alluxio.grpc.table.Transformation transformations = 3; */ java.util.List getTransformationsList(); /** *
   **
   * The latest transformation is in the back of the list.
   * 
* * repeated .alluxio.grpc.table.Transformation transformations = 3; */ alluxio.grpc.table.Transformation getTransformations(int index); /** *
   **
   * The latest transformation is in the back of the list.
   * 
* * repeated .alluxio.grpc.table.Transformation transformations = 3; */ int getTransformationsCount(); /** *
   **
   * The latest transformation is in the back of the list.
   * 
* * repeated .alluxio.grpc.table.Transformation transformations = 3; */ java.util.List getTransformationsOrBuilderList(); /** *
   **
   * The latest transformation is in the back of the list.
   * 
* * repeated .alluxio.grpc.table.Transformation transformations = 3; */ alluxio.grpc.table.TransformationOrBuilder getTransformationsOrBuilder( int index); /** * optional int64 version = 4; * @return Whether the version field is set. */ boolean hasVersion(); /** * optional int64 version = 4; * @return The version. */ long getVersion(); /** * optional int64 version_creation_time = 5; * @return Whether the versionCreationTime field is set. */ boolean hasVersionCreationTime(); /** * optional int64 version_creation_time = 5; * @return The versionCreationTime. */ long getVersionCreationTime(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy