Uses of Class
org.apache.druid.indexer.partitions.SecondaryPartitionType
-
Packages that use SecondaryPartitionType Package Description org.apache.druid.indexer.partitions -
-
Uses of SecondaryPartitionType in org.apache.druid.indexer.partitions
Methods in org.apache.druid.indexer.partitions that return SecondaryPartitionType Modifier and Type Method Description SecondaryPartitionTypeDimensionRangePartitionsSpec. getType()SecondaryPartitionTypeDynamicPartitionsSpec. getType()SecondaryPartitionTypeHashedPartitionsSpec. getType()SecondaryPartitionTypePartitionsSpec. getType()static SecondaryPartitionTypeSecondaryPartitionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecondaryPartitionType[]SecondaryPartitionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-