Uses of Class
org.apache.pinot.segment.spi.partition.PartitionFunctionFactory.PartitionFunctionType
-
Packages that use PartitionFunctionFactory.PartitionFunctionType Package Description org.apache.pinot.segment.spi.partition -
-
Uses of PartitionFunctionFactory.PartitionFunctionType in org.apache.pinot.segment.spi.partition
Methods in org.apache.pinot.segment.spi.partition that return PartitionFunctionFactory.PartitionFunctionType Modifier and Type Method Description static PartitionFunctionFactory.PartitionFunctionTypePartitionFunctionFactory.PartitionFunctionType. fromString(String name)static PartitionFunctionFactory.PartitionFunctionTypePartitionFunctionFactory.PartitionFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionFunctionFactory.PartitionFunctionType[]PartitionFunctionFactory.PartitionFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-