Uses of Class
org.apache.pinot.segment.local.startree.v2.store.StarTreeIndexMapUtils.IndexValue
-
Packages that use StarTreeIndexMapUtils.IndexValue Package Description org.apache.pinot.segment.local.startree.v2.builder org.apache.pinot.segment.local.startree.v2.store -
-
Uses of StarTreeIndexMapUtils.IndexValue in org.apache.pinot.segment.local.startree.v2.builder
Methods in org.apache.pinot.segment.local.startree.v2.builder that return types with arguments of type StarTreeIndexMapUtils.IndexValue Modifier and Type Method Description Map<StarTreeIndexMapUtils.IndexKey,StarTreeIndexMapUtils.IndexValue>StarTreeIndexCombiner. combine(StarTreeV2BuilderConfig builderConfig, File starTreeIndexDir)Combines the index files inside the given directory into the single index file, then cleans the directory. -
Uses of StarTreeIndexMapUtils.IndexValue in org.apache.pinot.segment.local.startree.v2.store
Methods in org.apache.pinot.segment.local.startree.v2.store that return types with arguments of type StarTreeIndexMapUtils.IndexValue Modifier and Type Method Description static List<Map<StarTreeIndexMapUtils.IndexKey,StarTreeIndexMapUtils.IndexValue>>StarTreeIndexMapUtils. loadFromFile(File indexMapFile, int numStarTrees)Loads the index maps for multiple star-trees from a file.Methods in org.apache.pinot.segment.local.startree.v2.store with parameters of type StarTreeIndexMapUtils.IndexValue Modifier and Type Method Description intStarTreeIndexMapUtils.IndexValue. compareTo(StarTreeIndexMapUtils.IndexValue o)Method parameters in org.apache.pinot.segment.local.startree.v2.store with type arguments of type StarTreeIndexMapUtils.IndexValue Modifier and Type Method Description static List<StarTreeV2>StarTreeLoaderUtils. loadStarTreeV2(PinotDataBuffer dataBuffer, List<Map<StarTreeIndexMapUtils.IndexKey,StarTreeIndexMapUtils.IndexValue>> indexMapList, SegmentMetadataImpl segmentMetadata, Map<String,ColumnIndexContainer> indexContainerMap)static voidStarTreeIndexMapUtils. storeToFile(List<Map<StarTreeIndexMapUtils.IndexKey,StarTreeIndexMapUtils.IndexValue>> indexMaps, File indexMapFile)Stores the index maps for multiple star-trees into a file.
-