| Package | Description |
|---|---|
| org.onosproject.store.consistent.impl |
Implementation of partitioned and distributed store facility capable of
providing consistent update semantics.
|
| Modifier and Type | Method and Description |
|---|---|
CommitResponse |
DefaultDatabaseState.commit(org.onosproject.store.service.Transaction transaction) |
CommitResponse |
DatabaseState.commit(org.onosproject.store.service.Transaction transaction) |
static CommitResponse |
CommitResponse.failure() |
CommitResponse |
DefaultDatabaseState.prepareAndCommit(org.onosproject.store.service.Transaction transaction) |
CommitResponse |
DatabaseState.prepareAndCommit(org.onosproject.store.service.Transaction transaction) |
static CommitResponse |
CommitResponse.success(List<UpdateResult<String,byte[]>> updates) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CommitResponse> |
PartitionedDatabase.commit(org.onosproject.store.service.Transaction transaction) |
CompletableFuture<CommitResponse> |
DefaultDatabase.commit(org.onosproject.store.service.Transaction transaction) |
CompletableFuture<CommitResponse> |
DatabaseProxy.commit(org.onosproject.store.service.Transaction transaction)
Commit the specified transaction.
|
CompletableFuture<CommitResponse> |
TransactionManager.execute(org.onosproject.store.service.Transaction transaction)
Executes the specified transaction by employing a two phase commit protocol.
|
CompletableFuture<CommitResponse> |
PartitionedDatabase.prepareAndCommit(org.onosproject.store.service.Transaction transaction) |
CompletableFuture<CommitResponse> |
DefaultDatabase.prepareAndCommit(org.onosproject.store.service.Transaction transaction) |
CompletableFuture<CommitResponse> |
DatabaseProxy.prepareAndCommit(org.onosproject.store.service.Transaction transaction)
Prepare and commit the specified transaction.
|
Copyright © 2015. All rights reserved.