| Class | Description |
|---|---|
| BaseExternalLogStore |
A base
LogStore implementation for cloud stores (e.g. |
| ExternalCommitEntry |
Wrapper class representing an entry in an external store for a given commit into the Delta log.
|
| S3DynamoDBLogStore |
A concrete implementation of
BaseExternalLogStore that uses an external DynamoDB table
to provide the mutual exclusion during calls to `putExternalEntry`. |