| Package | Description |
|---|---|
| org.onosproject.store.consistent.impl |
Implementation of partitioned and distributed store facility capable of
providing consistent update semantics.
|
| Class and Description |
|---|
| CommitResponse
Result of a Transaction commit operation.
|
| Database
Database.
|
| DatabaseConfig
Database configuration.
|
| DatabaseDefinition
Partitioned database configuration.
|
| DatabaseManager
Database manager.
|
| DatabasePartitioner
Partitioner for mapping map entries to individual database partitions.
|
| DatabaseProxy
Database proxy.
|
| DatabaseState
Database state.
|
| DefaultAsyncConsistentMap
AsyncConsistentMap implementation that is backed by a Raft consensus
based database.
|
| Match
Utility class for checking matching values.
|
| MeteringAgent.Context
Timer.Context with a specific operation.
|
| PartitionedDatabase
A database that partitions the keys across one or more database partitions.
|
| Partitioner
Partitioner is responsible for mapping keys to individual database partitions.
|
| Result
Result of a database update operation.
|
| Result.Status |
| StateMachineUpdate
Representation of a state machine update.
|
| TransactionManager
Agent that runs the two phase commit protocol.
|
| UpdateResult
Result of a update operation.
|
Copyright © 2015. All rights reserved.