Interface UdbTable


  • public interface UdbTable
    The interface for the underdb table.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the table name
      • getSchema

        alluxio.grpc.table.Schema getSchema()
        Returns:
        the table schema
      • getOwner

        java.lang.String getOwner()
        Returns:
        the table owner
      • getParameters

        java.util.Map<java.lang.String,​java.lang.String> getParameters()
        Returns:
        the map of parameters
      • getPartitionCols

        java.util.List<alluxio.grpc.table.FieldSchema> getPartitionCols()
        Returns:
        the list of partition columns
      • getLayout

        alluxio.grpc.table.Layout getLayout()
        Returns:
        the layout for the table (could differ from partition layouts)
      • getStatistics

        java.util.List<alluxio.grpc.table.ColumnStatisticsInfo> getStatistics()
        Returns:
        statistics of the table
      • getPartitions

        java.util.List<UdbPartition> getPartitions()
        Returns:
        returns partitions for the table