Uses of Class
alluxio.job.plan.transform.PartitionInfo
-
Packages that use PartitionInfo Package Description alluxio.job.plan.transform -
-
Uses of PartitionInfo in alluxio.job.plan.transform
Methods in alluxio.job.plan.transform that return PartitionInfo Modifier and Type Method Description PartitionInfoCompactConfig. getInputPartitionInfo()PartitionInfoCompactConfig. getOutputPartitionInfo()Constructors in alluxio.job.plan.transform with parameters of type PartitionInfo Constructor Description CompactConfig(PartitionInfo inputPartitionInfo, java.lang.String input, PartitionInfo outputPartitionInfo, java.lang.String output, java.lang.Integer maxNumFiles, java.lang.Long minFileSize)
-