Uses of Interface
org.apache.pinot.segment.local.data.manager.TableDataManager
-
Packages that use TableDataManager Package Description org.apache.pinot.segment.local.dedup org.apache.pinot.segment.local.upsert -
-
Uses of TableDataManager in org.apache.pinot.segment.local.dedup
Methods in org.apache.pinot.segment.local.dedup with parameters of type TableDataManager Modifier and Type Method Description static TableDedupMetadataManagerTableDedupMetadataManagerFactory. create(TableConfig tableConfig, Schema schema, TableDataManager tableDataManager, ServerMetrics serverMetrics)voidTableDedupMetadataManager. init(TableConfig tableConfig, Schema schema, TableDataManager tableDataManager, ServerMetrics serverMetrics)Initialize TableDedupMetadataManager. -
Uses of TableDataManager in org.apache.pinot.segment.local.upsert
Fields in org.apache.pinot.segment.local.upsert declared as TableDataManager Modifier and Type Field Description protected TableDataManagerBaseTableUpsertMetadataManager. _tableDataManagerMethods in org.apache.pinot.segment.local.upsert with parameters of type TableDataManager Modifier and Type Method Description voidBaseTableUpsertMetadataManager. init(TableConfig tableConfig, Schema schema, TableDataManager tableDataManager, org.apache.helix.HelixManager helixManager, ExecutorService segmentPreloadExecutor)voidTableUpsertMetadataManager. init(TableConfig tableConfig, Schema schema, TableDataManager tableDataManager, org.apache.helix.HelixManager helixManager, ExecutorService segmentPreloadExecutor)
-