Uses of Class
org.apache.pinot.segment.local.upsert.UpsertContext
-
Packages that use UpsertContext Package Description org.apache.pinot.segment.local.upsert -
-
Uses of UpsertContext in org.apache.pinot.segment.local.upsert
Fields in org.apache.pinot.segment.local.upsert declared as UpsertContext Modifier and Type Field Description protected UpsertContextBasePartitionUpsertMetadataManager. _contextprotected UpsertContextBaseTableUpsertMetadataManager. _contextMethods in org.apache.pinot.segment.local.upsert that return UpsertContext Modifier and Type Method Description UpsertContextUpsertContext.Builder. build()Constructors in org.apache.pinot.segment.local.upsert with parameters of type UpsertContext Constructor Description BasePartitionUpsertMetadataManager(String tableNameWithType, int partitionId, UpsertContext context)ConcurrentMapPartitionUpsertMetadataManager(String tableNameWithType, int partitionId, UpsertContext context)
-