Uses of Interface
org.apache.pinot.segment.spi.index.creator.JsonIndexCreator
-
Packages that use JsonIndexCreator Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index -
-
Uses of JsonIndexCreator in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return JsonIndexCreator Modifier and Type Method Description JsonIndexCreatorJsonIndexCreatorProvider. newJsonIndexCreator(IndexCreationContext.Json context)Creates a {@see JsonIndexCreator} from information about index creation. -
Uses of JsonIndexCreator in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return JsonIndexCreator Modifier and Type Method Description JsonIndexCreatorIndexingOverrides.Default. newJsonIndexCreator(IndexCreationContext.Json context)
-