Package alluxio.table.common
Interface UdbPartition
-
public interface UdbPartitionA representation of a table partition in the udb.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayoutgetLayout()java.lang.StringgetSpec()
-
-
-
Method Detail
-
getSpec
java.lang.String getSpec()
- Returns:
- the partition specification
-
getLayout
Layout getLayout()
- Returns:
- the partition layout
-
-