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 List<org.apache.commons.lang3.tuple.Pair<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. loadFromInputStream(InputStream indexMapInputStream, int numStarTrees)Loads the index maps for multiple star-trees from an input stream.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 voidStarTreeIndexMapUtils. storeToFile(List<List<org.apache.commons.lang3.tuple.Pair<StarTreeIndexMapUtils.IndexKey,StarTreeIndexMapUtils.IndexValue>>> indexMaps, File indexMapFile)Stores the index maps for multiple star-trees into a file.
-