Class TableUpsertMetadataManagerFactory
- java.lang.Object
-
- org.apache.pinot.segment.local.upsert.TableUpsertMetadataManagerFactory
-
public class TableUpsertMetadataManagerFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringUPSERT_DEFAULT_ENABLE_PRELOADstatic StringUPSERT_DEFAULT_ENABLE_SNAPSHOTstatic StringUPSERT_DEFAULT_METADATA_MANAGER_CLASS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableUpsertMetadataManagercreate(TableConfig tableConfig, PinotConfiguration instanceUpsertConfig)
-
-
-
Field Detail
-
UPSERT_DEFAULT_METADATA_MANAGER_CLASS
public static final String UPSERT_DEFAULT_METADATA_MANAGER_CLASS
- See Also:
- Constant Field Values
-
UPSERT_DEFAULT_ENABLE_SNAPSHOT
public static final String UPSERT_DEFAULT_ENABLE_SNAPSHOT
- See Also:
- Constant Field Values
-
UPSERT_DEFAULT_ENABLE_PRELOAD
public static final String UPSERT_DEFAULT_ENABLE_PRELOAD
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static TableUpsertMetadataManager create(TableConfig tableConfig, @Nullable PinotConfiguration instanceUpsertConfig)
-
-