| Class | Description |
|---|---|
| ConflictChecker |
Class containing the conflict resolution logic when writing to a Delta table.
|
| ConflictChecker.TransactionRebaseState |
Class containing the rebase state from winning transactions that the current transaction
needs to rebase against before attempting the commit.
|
| CreateCheckpointIterator |
Replays a history of actions from the transaction log to reconstruct the checkpoint state of the
table.
|
| DeltaLogFile |
Internal wrapper class holding information needed to perform log replay.
|
| LogReplay |
Replays a history of actions, resolving them to produce the current state of the table.
|
| LogReplayUtils | |
| LogReplayUtils.UniqueFileActionTuple |
| Enum | Description |
|---|---|
| DeltaLogFile.LogType |