Class CheckpointWriterManager
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointWriterManager
-
public class CheckpointWriterManager extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckpointWriterManager(TypeManager typeManager, CheckpointSchemaManager checkpointSchemaManager, HdfsEnvironment hdfsEnvironment, TransactionLogAccess transactionLogAccess, FileFormatDataSourceStats fileFormatDataSourceStats, io.airlift.json.JsonCodec<LastCheckpoint> lastCheckpointCodec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteCheckpoint(ConnectorSession session, TableSnapshot snapshot)
-
-
-
Constructor Detail
-
CheckpointWriterManager
@Inject public CheckpointWriterManager(TypeManager typeManager, CheckpointSchemaManager checkpointSchemaManager, HdfsEnvironment hdfsEnvironment, TransactionLogAccess transactionLogAccess, FileFormatDataSourceStats fileFormatDataSourceStats, io.airlift.json.JsonCodec<LastCheckpoint> lastCheckpointCodec)
-
-
Method Detail
-
writeCheckpoint
public void writeCheckpoint(ConnectorSession session, TableSnapshot snapshot)
-
-