| Interface | Description |
|---|---|
| CommitSequenceStore |
A store for
CommitSequences. |
| CommitStep |
A step during committing a dataset that should be executed atomically with other steps under exactly-once semantics.
|
| Class | Description |
|---|---|
| CommitSequence |
A sequence of
CommitSteps that should be executed atomically. |
| CommitSequence.Builder | |
| CommitStepBase |
A base implementation of
CommitStep. |
| CommitStepBase.Builder<T extends CommitStepBase.Builder<?>> |
| Enum | Description |
|---|---|
| DeliverySemantics |
The semantics for data delivery.
|
| Exception | Description |
|---|---|
| CommitStepException |