Uses of Class
org.apache.pinot.segment.spi.creator.IndexCreationContext.Forward
-
Packages that use IndexCreationContext.Forward Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index -
-
Uses of IndexCreationContext.Forward in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return IndexCreationContext.Forward Modifier and Type Method Description IndexCreationContext.ForwardIndexCreationContext.Common. forForwardIndex(ChunkCompressionType chunkCompressionType, Map<String,Map<String,String>> columnProperties)Methods in org.apache.pinot.segment.spi.creator with parameters of type IndexCreationContext.Forward Modifier and Type Method Description ForwardIndexCreatorForwardIndexCreatorProvider. newForwardIndexCreator(IndexCreationContext.Forward context)Creates a {@see ForwardIndexCreator} from information about index creation. -
Uses of IndexCreationContext.Forward in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index with parameters of type IndexCreationContext.Forward Modifier and Type Method Description ForwardIndexCreatorIndexingOverrides.Default. newForwardIndexCreator(IndexCreationContext.Forward context)
-