Uses of Class
org.apache.pinot.segment.local.startree.v2.store.StarTreeIndexMapUtils.IndexKey
-
Packages that use StarTreeIndexMapUtils.IndexKey Package Description org.apache.pinot.segment.local.startree.v2.builder org.apache.pinot.segment.local.startree.v2.store -
-
Uses of StarTreeIndexMapUtils.IndexKey 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.IndexKey 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.IndexKey in org.apache.pinot.segment.local.startree.v2.store
Fields in org.apache.pinot.segment.local.startree.v2.store declared as StarTreeIndexMapUtils.IndexKey Modifier and Type Field Description static StarTreeIndexMapUtils.IndexKeyStarTreeIndexMapUtils. STAR_TREE_INDEX_KEYMethods in org.apache.pinot.segment.local.startree.v2.store that return types with arguments of type StarTreeIndexMapUtils.IndexKey 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.IndexKey Modifier and Type Method Description intStarTreeIndexMapUtils.IndexKey. compareTo(StarTreeIndexMapUtils.IndexKey other)Method parameters in org.apache.pinot.segment.local.startree.v2.store with type arguments of type StarTreeIndexMapUtils.IndexKey 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.
-