Uses of Class
org.apache.pinot.segment.local.segment.index.loader.IndexLoadingConfig
-
-
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.data.manager
Methods in org.apache.pinot.segment.local.data.manager with parameters of type IndexLoadingConfig Modifier and Type Method Description voidTableDataManager. addOrReplaceSegment(String segmentName, IndexLoadingConfig indexLoadingConfig, SegmentZKMetadata zkMetadata, SegmentMetadata localMetadata)Adds or replaces an immutable segment for the table, which can be an OFFLINE or REALTIME table.voidTableDataManager. addSegment(File indexDir, IndexLoadingConfig indexLoadingConfig)Adds a segment from local disk into the OFFLINE table.voidTableDataManager. addSegment(String segmentName, IndexLoadingConfig indexLoadingConfig, SegmentZKMetadata zkMetadata)Adds a segment into the REALTIME table.voidTableDataManager. reloadSegment(String segmentName, IndexLoadingConfig indexLoadingConfig, SegmentZKMetadata zkMetadata, SegmentMetadata localMetadata, Schema schema, boolean forceDownload)Reloads an existing immutable segment for the table, which can be an OFFLINE or REALTIME table.booleanTableDataManager. tryLoadExistingSegment(String segmentName, IndexLoadingConfig indexLoadingConfig, SegmentZKMetadata zkMetadata)Try to load a segment from an existing segment directory managed by the server. -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.indexsegment.immutable
Methods in org.apache.pinot.segment.local.indexsegment.immutable with parameters of type IndexLoadingConfig Modifier and Type Method Description static ImmutableSegmentImmutableSegmentLoader. load(File indexDir, IndexLoadingConfig indexLoadingConfig)Loads the segment with empty schema but a specified IndexLoadingConfig.static ImmutableSegmentImmutableSegmentLoader. load(File indexDir, IndexLoadingConfig indexLoadingConfig, Schema schema)Loads the segment with specified schema and IndexLoadingConfig, usually from Zookeeper.static ImmutableSegmentImmutableSegmentLoader. load(File indexDir, IndexLoadingConfig indexLoadingConfig, Schema schema, boolean needPreprocess)Loads the segment with specified schema and IndexLoadingConfig, and allows to control whether to modify the segment like to convert segment format, add or remove indices.static ImmutableSegmentImmutableSegmentLoader. load(SegmentDirectory segmentDirectory, IndexLoadingConfig indexLoadingConfig, Schema schema)Load the segment represented by the SegmentDirectory object to serve queries.static booleanImmutableSegmentLoader. needPreprocess(SegmentDirectory segmentDirectory, IndexLoadingConfig indexLoadingConfig, Schema schema)Check segment directory against the table config and schema to see if any preprocessing is needed, like changing segment format, adding new indices or updating default columns.static voidImmutableSegmentLoader. preprocess(File indexDir, IndexLoadingConfig indexLoadingConfig, Schema schema)Preprocess the local segment directory according to the current table config and schema. -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.realtime.impl
Constructors in org.apache.pinot.segment.local.realtime.impl with parameters of type IndexLoadingConfig Constructor Description Builder(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.bloom
Methods in org.apache.pinot.segment.local.segment.index.bloom with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,BloomFilterConfig>BloomIndexType. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.column
Constructors in org.apache.pinot.segment.local.segment.index.column with parameters of type IndexLoadingConfig Constructor Description PhysicalColumnIndexContainer(SegmentDirectory.Reader segmentReader, ColumnMetadata metadata, IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.dictionary
Methods in org.apache.pinot.segment.local.segment.index.dictionary with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,DictionaryIndexConfig>DictionaryIndexType. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.forward
Methods in org.apache.pinot.segment.local.segment.index.forward with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,ForwardIndexConfig>ForwardIndexType. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.fst
Methods in org.apache.pinot.segment.local.segment.index.fst with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,FstIndexConfig>FstIndexType. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.h3
Methods in org.apache.pinot.segment.local.segment.index.h3 with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,H3IndexConfig>H3IndexType. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.inverted
Methods in org.apache.pinot.segment.local.segment.index.inverted with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,IndexConfig>InvertedIndexType. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.json
Methods in org.apache.pinot.segment.local.segment.index.json with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,JsonIndexConfig>JsonIndexType. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.loader
Methods in org.apache.pinot.segment.local.segment.index.loader with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,C>ConfigurableFromIndexLoadingConfig. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig)Returns a map that can be used to get the index config.Constructors in org.apache.pinot.segment.local.segment.index.loader with parameters of type IndexLoadingConfig Constructor Description BaseIndexHandler(SegmentDirectory segmentDirectory, IndexLoadingConfig indexLoadingConfig)ForwardIndexHandler(SegmentDirectory segmentDirectory, IndexLoadingConfig indexLoadingConfig, Schema schema)SegmentPreProcessor(SegmentDirectory segmentDirectory, IndexLoadingConfig indexLoadingConfig, Schema schema) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.loader.defaultcolumn
Fields in org.apache.pinot.segment.local.segment.index.loader.defaultcolumn declared as IndexLoadingConfig Modifier and Type Field Description protected IndexLoadingConfigBaseDefaultColumnHandler. _indexLoadingConfigMethods in org.apache.pinot.segment.local.segment.index.loader.defaultcolumn with parameters of type IndexLoadingConfig Modifier and Type Method Description static DefaultColumnHandlerDefaultColumnHandlerFactory. getDefaultColumnHandler(File indexDir, SegmentMetadataImpl segmentMetadata, IndexLoadingConfig indexLoadingConfig, Schema schema, SegmentDirectory.Writer segmentWriter)Constructors in org.apache.pinot.segment.local.segment.index.loader.defaultcolumn with parameters of type IndexLoadingConfig Constructor Description BaseDefaultColumnHandler(File indexDir, SegmentMetadata segmentMetadata, IndexLoadingConfig indexLoadingConfig, Schema schema, SegmentDirectory.Writer segmentWriter)V1DefaultColumnHandler(File indexDir, SegmentMetadataImpl segmentMetadata, IndexLoadingConfig indexLoadingConfig, Schema schema, SegmentDirectory.Writer segmentWriter)V3DefaultColumnHandler(File indexDir, SegmentMetadataImpl segmentMetadata, IndexLoadingConfig indexLoadingConfig, Schema schema, SegmentDirectory.Writer segmentWriter) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.loader.invertedindex
Constructors in org.apache.pinot.segment.local.segment.index.loader.invertedindex with parameters of type IndexLoadingConfig Constructor Description RangeIndexHandler(SegmentDirectory segmentDirectory, IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.range
Methods in org.apache.pinot.segment.local.segment.index.range with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,RangeIndexConfig>RangeIndexType. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.segment.index.text
Methods in org.apache.pinot.segment.local.segment.index.text with parameters of type IndexLoadingConfig Modifier and Type Method Description Map<String,TextIndexConfig>TextIndexType. fromIndexLoadingConfig(IndexLoadingConfig indexLoadingConfig) -
Uses of IndexLoadingConfig in org.apache.pinot.segment.local.upsert
Methods in org.apache.pinot.segment.local.upsert that return IndexLoadingConfig Modifier and Type Method Description protected IndexLoadingConfigBaseTableUpsertMetadataManager. createIndexLoadingConfig()Methods in org.apache.pinot.segment.local.upsert with parameters of type IndexLoadingConfig Modifier and Type Method Description protected voidBaseTableUpsertMetadataManager. preloadSegmentWithSnapshot(String segmentName, IndexLoadingConfig indexLoadingConfig, SegmentZKMetadata zkMetadata)
-