Class Checkpointer

Object
io.delta.kernel.internal.checkpoints.Checkpointer

public class Checkpointer extends Object
Class to load and write the CheckpointMetaData from `_last_checkpoint` file.
  • Field Details

    • LAST_CHECKPOINT_FILE_NAME

      public static final String LAST_CHECKPOINT_FILE_NAME
      The name of the last checkpoint file
      See Also:
  • Constructor Details

    • Checkpointer

      public Checkpointer(Path logPath)
  • Method Details