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 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.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.Method parameters in org.apache.pinot.segment.local.startree.v2.store with type arguments of type StarTreeIndexMapUtils.IndexKey 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.
-