Uses of Interface
org.apache.pinot.segment.spi.index.creator.GeoSpatialIndexCreator
-
Packages that use GeoSpatialIndexCreator Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index -
-
Uses of GeoSpatialIndexCreator in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return GeoSpatialIndexCreator Modifier and Type Method Description GeoSpatialIndexCreatorGeoSpatialIndexCreatorProvider. newGeoSpatialIndexCreator(IndexCreationContext.Geospatial context)Creates a {@see GeoSpatialIndexCreator} from information about index creation. -
Uses of GeoSpatialIndexCreator in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return GeoSpatialIndexCreator Modifier and Type Method Description GeoSpatialIndexCreatorIndexingOverrides.Default. newGeoSpatialIndexCreator(IndexCreationContext.Geospatial context)
-