Skip to content

Commit

Permalink
Add API guide (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Jul 4, 2022
1 parent 1d46699 commit 8398aa7
Show file tree
Hide file tree
Showing 8 changed files with 746 additions and 116 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ To add a dependency using Maven:

## Docs
* [Getting started](docs/getting-started.md)
* [Java API Guide](docs/api-guide.md)
* [Scalar DB supported databases](docs/scalardb-supported-databases.md)
* [Multi-storage Transactions](docs/multi-storage-transactions.md)
* [Two-phase Commit Transactions](docs/two-phase-commit-transactions.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import java.util.Optional;

/**
* An interface for transaction CRUD operations. Note that LINEARIZABLE consistency is always used
* in transactional CRUD operations, so {@link Consistency} specified for CRUD operations is
* ignored.
* An interface for transaction CRUD operations. Note that the LINEARIZABLE consistency level is
* always used in transactional CRUD operations, so {@link Consistency} specified for CRUD
* operations is ignored.
*/
public interface TransactionCrudOperable {

Expand Down
Loading

0 comments on commit 8398aa7

Please sign in to comment.