Class IndexHandlerFactory
- java.lang.Object
-
- org.apache.pinot.segment.local.segment.index.loader.IndexHandlerFactory
-
public class IndexHandlerFactory extends Object
-
-
Method Summary
Modifier and Type Method Description static IndexHandlergetIndexHandler(ColumnIndexType type, SegmentMetadataImpl segmentMetadata, IndexLoadingConfig indexLoadingConfig, Schema schema)
-
-
-
Method Detail
-
getIndexHandler
public static IndexHandler getIndexHandler(ColumnIndexType type, SegmentMetadataImpl segmentMetadata, IndexLoadingConfig indexLoadingConfig, Schema schema)
-
-