Uses of Interface
alluxio.table.common.Layout
-
Packages that use Layout Package Description alluxio.table.common alluxio.table.common.layout alluxio.table.common.transform alluxio.table.common.transform.action -
-
Uses of Layout in alluxio.table.common
Methods in alluxio.table.common that return Layout Modifier and Type Method Description LayoutLayoutFactory. create(alluxio.grpc.table.Layout layoutProto)LayoutLayoutRegistry. create(alluxio.grpc.table.Layout layoutProto)Creates a new instance of aLayout.LayoutUdbPartition. getLayout() -
Uses of Layout in alluxio.table.common.layout
Classes in alluxio.table.common.layout that implement Layout Modifier and Type Class Description classHiveLayoutHive layout implementation.Methods in alluxio.table.common.layout that return Layout Modifier and Type Method Description LayoutHiveLayout.HiveLayoutFactory. create(alluxio.grpc.table.Layout layoutProto) -
Uses of Layout in alluxio.table.common.transform
Methods in alluxio.table.common.transform that return Layout Modifier and Type Method Description LayoutTransformPlan. getBaseLayout()LayoutTransformPlan. getTransformedLayout()Constructors in alluxio.table.common.transform with parameters of type Layout Constructor Description TransformPlan(Layout baseLayout, Layout transformedLayout, TransformDefinition definition)A list of jobs will be computed based on the provided transform definition. -
Uses of Layout in alluxio.table.common.transform.action
Methods in alluxio.table.common.transform.action with parameters of type Layout Modifier and Type Method Description alluxio.job.JobConfigCompactAction. generateJobConfig(Layout base, Layout transformed, boolean deleteSrc)alluxio.job.JobConfigTransformAction. generateJobConfig(Layout base, Layout transformed, boolean deleteSrc)static alluxio.job.plan.transform.PartitionInfoTransformActionUtils. generatePartitionInfo(Layout layout)
-