Uses of Class
org.apache.pinot.spi.config.table.FieldConfig.CompressionCodec
-
Packages that use FieldConfig.CompressionCodec Package Description org.apache.pinot.spi.config.table -
-
Uses of FieldConfig.CompressionCodec in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return FieldConfig.CompressionCodec Modifier and Type Method Description FieldConfig.CompressionCodecFieldConfig. getCompressionCodec()static FieldConfig.CompressionCodecFieldConfig.CompressionCodec. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldConfig.CompressionCodec[]FieldConfig.CompressionCodec. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.spi.config.table with parameters of type FieldConfig.CompressionCodec 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)FieldConfig(String name, FieldConfig.EncodingType encodingType, FieldConfig.IndexType indexType, FieldConfig.CompressionCodec compressionCodec, Map<String,String> properties)Deprecated.
-