Uses of Interface
org.apache.pinot.segment.spi.index.creator.ForwardIndexCreator
-
Packages that use ForwardIndexCreator Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index -
-
Uses of ForwardIndexCreator in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return ForwardIndexCreator Modifier and Type Method Description ForwardIndexCreatorForwardIndexCreatorProvider. newForwardIndexCreator(IndexCreationContext.Forward context)Creates a {@see ForwardIndexCreator} from information about index creation. -
Uses of ForwardIndexCreator in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return ForwardIndexCreator Modifier and Type Method Description ForwardIndexCreatorIndexingOverrides.Default. newForwardIndexCreator(IndexCreationContext.Forward context)
-