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