Class UpsertContext
- java.lang.Object
-
- org.apache.pinot.segment.local.upsert.UpsertContext
-
public class UpsertContext extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpsertContext.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getComparisonColumns()doublegetDeletedKeysTTL()StringgetDeleteRecordColumn()HashFunctiongetHashFunction()doublegetMetadataTTL()PartialUpsertHandlergetPartialUpsertHandler()List<String>getPrimaryKeyColumns()SchemagetSchema()TableConfiggetTableConfig()FilegetTableIndexDir()booleanisPreloadEnabled()booleanisSnapshotEnabled()
-
-
-
Method Detail
-
getTableConfig
public TableConfig getTableConfig()
-
getSchema
public Schema getSchema()
-
getDeleteRecordColumn
public String getDeleteRecordColumn()
-
getHashFunction
public HashFunction getHashFunction()
-
getPartialUpsertHandler
public PartialUpsertHandler getPartialUpsertHandler()
-
isSnapshotEnabled
public boolean isSnapshotEnabled()
-
isPreloadEnabled
public boolean isPreloadEnabled()
-
getMetadataTTL
public double getMetadataTTL()
-
getDeletedKeysTTL
public double getDeletedKeysTTL()
-
getTableIndexDir
public File getTableIndexDir()
-
-