Uses of Class
alluxio.job.plan.transform.Format
-
Packages that use Format Package Description alluxio.job.plan.transform -
-
Uses of Format in alluxio.job.plan.transform
Methods in alluxio.job.plan.transform that return Format Modifier and Type Method Description FormatPartitionInfo. getFormat(java.lang.String filename)static FormatFormat. of(java.lang.String path)static FormatFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.
-