Uses of Interface
org.apache.pinot.segment.local.upsert.TableUpsertMetadataManager
-
Packages that use TableUpsertMetadataManager Package Description org.apache.pinot.segment.local.upsert -
-
Uses of TableUpsertMetadataManager in org.apache.pinot.segment.local.upsert
Classes in org.apache.pinot.segment.local.upsert that implement TableUpsertMetadataManager Modifier and Type Class Description classBaseTableUpsertMetadataManagerclassConcurrentMapTableUpsertMetadataManagerImplementation ofTableUpsertMetadataManagerthat is backed by aConcurrentHashMap.Methods in org.apache.pinot.segment.local.upsert that return TableUpsertMetadataManager Modifier and Type Method Description static TableUpsertMetadataManagerTableUpsertMetadataManagerFactory. create(TableConfig tableConfig, Schema schema, TableDataManager tableDataManager, ServerMetrics serverMetrics)
-