Uses of Class
org.apache.pinot.spi.config.table.FieldConfig.IndexType
-
Packages that use FieldConfig.IndexType Package Description org.apache.pinot.spi.config.table -
-
Uses of FieldConfig.IndexType in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return FieldConfig.IndexType Modifier and Type Method Description FieldConfig.IndexTypeFieldConfig. getIndexType()Deprecated.static FieldConfig.IndexTypeFieldConfig.IndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldConfig.IndexType[]FieldConfig.IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.config.table that return types with arguments of type FieldConfig.IndexType Modifier and Type Method Description List<FieldConfig.IndexType>FieldConfig. getIndexTypes()Constructors in org.apache.pinot.spi.config.table with parameters of type FieldConfig.IndexType Constructor Description FieldConfig(String name, FieldConfig.EncodingType encodingType, FieldConfig.IndexType indexType, List<FieldConfig.IndexType> indexTypes, FieldConfig.CompressionCodec compressionCodec, TimestampConfig timestampConfig, Map<String,String> properties)FieldConfig(String name, FieldConfig.EncodingType encodingType, FieldConfig.IndexType indexType, FieldConfig.CompressionCodec compressionCodec, Map<String,String> properties)Deprecated.Constructor parameters in org.apache.pinot.spi.config.table with type arguments of type FieldConfig.IndexType Constructor Description FieldConfig(String name, FieldConfig.EncodingType encodingType, List<FieldConfig.IndexType> indexTypes, FieldConfig.CompressionCodec compressionCodec, Map<String,String> properties)FieldConfig(String name, FieldConfig.EncodingType encodingType, FieldConfig.IndexType indexType, List<FieldConfig.IndexType> indexTypes, FieldConfig.CompressionCodec compressionCodec, TimestampConfig timestampConfig, Map<String,String> properties)
-