Uses of Interface
org.apache.pinot.segment.local.upsert.PartitionUpsertMetadataManager
-
Packages that use PartitionUpsertMetadataManager Package Description org.apache.pinot.segment.local.indexsegment.immutable org.apache.pinot.segment.local.realtime.impl org.apache.pinot.segment.local.upsert -
-
Uses of PartitionUpsertMetadataManager in org.apache.pinot.segment.local.indexsegment.immutable
Methods in org.apache.pinot.segment.local.indexsegment.immutable with parameters of type PartitionUpsertMetadataManager Modifier and Type Method Description voidImmutableSegmentImpl. enableUpsert(PartitionUpsertMetadataManager partitionUpsertMetadataManager, ThreadSafeMutableRoaringBitmap validDocIds, ThreadSafeMutableRoaringBitmap queryableDocIds)Enables upsert for this segment. -
Uses of PartitionUpsertMetadataManager in org.apache.pinot.segment.local.realtime.impl
Methods in org.apache.pinot.segment.local.realtime.impl that return PartitionUpsertMetadataManager Modifier and Type Method Description PartitionUpsertMetadataManagerRealtimeSegmentConfig. getPartitionUpsertMetadataManager()Methods in org.apache.pinot.segment.local.realtime.impl with parameters of type PartitionUpsertMetadataManager Modifier and Type Method Description RealtimeSegmentConfig.BuilderRealtimeSegmentConfig.Builder. setPartitionUpsertMetadataManager(PartitionUpsertMetadataManager partitionUpsertMetadataManager) -
Uses of PartitionUpsertMetadataManager in org.apache.pinot.segment.local.upsert
Classes in org.apache.pinot.segment.local.upsert that implement PartitionUpsertMetadataManager Modifier and Type Class Description classBasePartitionUpsertMetadataManagerclassConcurrentMapPartitionUpsertMetadataManagerImplementation ofPartitionUpsertMetadataManagerthat is backed by aConcurrentHashMap.Methods in org.apache.pinot.segment.local.upsert that return PartitionUpsertMetadataManager Modifier and Type Method Description PartitionUpsertMetadataManagerTableUpsertMetadataManager. getOrCreatePartitionManager(int partitionId)
-