Class TableUpsertMetadataManagerFactory
- java.lang.Object
-
- org.apache.pinot.segment.local.upsert.TableUpsertMetadataManagerFactory
-
public class TableUpsertMetadataManagerFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableUpsertMetadataManagercreate(TableConfig tableConfig, Schema schema, TableDataManager tableDataManager, ServerMetrics serverMetrics)
-
-
-
Method Detail
-
create
public static TableUpsertMetadataManager create(TableConfig tableConfig, Schema schema, TableDataManager tableDataManager, ServerMetrics serverMetrics)
-
-