Class ConcurrentMapTableUpsertMetadataManager
- java.lang.Object
-
- org.apache.pinot.segment.local.upsert.BaseTableUpsertMetadataManager
-
- org.apache.pinot.segment.local.upsert.ConcurrentMapTableUpsertMetadataManager
-
- All Implemented Interfaces:
Closeable,AutoCloseable,TableUpsertMetadataManager
@ThreadSafe public class ConcurrentMapTableUpsertMetadataManager extends BaseTableUpsertMetadataManager
Implementation ofTableUpsertMetadataManagerthat is backed by aConcurrentHashMap.
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.segment.local.upsert.BaseTableUpsertMetadataManager
_comparisonColumn, _enableSnapshot, _hashFunction, _partialUpsertHandler, _primaryKeyColumns, _serverMetrics, _tableNameWithType
-
-
Constructor Summary
Constructors Constructor Description ConcurrentMapTableUpsertMetadataManager()
-
Method Summary
Modifier and Type Method Description voidclose()ConcurrentMapPartitionUpsertMetadataManagergetOrCreatePartitionManager(int partitionId)-
Methods inherited from class org.apache.pinot.segment.local.upsert.BaseTableUpsertMetadataManager
getUpsertMode, init
-
-
-
-
Method Detail
-
getOrCreatePartitionManager
public ConcurrentMapPartitionUpsertMetadataManager getOrCreatePartitionManager(int partitionId)
-
close
public void close() throws IOException- Throws:
IOException
-
-