| Package | Description |
|---|---|
| org.onosproject.store.primitives.impl |
Implementation of partitioned and distributed store facility capable of
providing consistent update semantics.
|
| Class and Description |
|---|
| CommitResponse
Result of a Transaction commit operation.
|
| CopycatTransport.Mode
Transport Mode.
|
| Database
Database.
|
| DatabaseConfig
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.
|
DelegatingAsyncConsistentMap
AsyncConsistentMap that merely delegates control to
another AsyncConsistentMap. |
| Hasher
Interface for mapping from an object to
PartitionId. |
| Managed
Interface for types that can be asynchronously opened and closed.
|
| MapValue
Representation of a value in EventuallyConsistentMap.
|
| MapValue.Digest
Digest or summary of a MapValue for use during Anti-Entropy exchanges.
|
| 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.
|
| StoragePartition
Storage partition.
|
| StoragePartitionClient
StoragePartition client.
|
| Transaction
An immutable transaction object.
|
| TransactionCoordinator
Coordinator for a two-phase commit protocol.
|
| TransactionManager
Agent that runs the two phase commit protocol.
|
| TransactionParticipant
Participant in a two-phase commit protocol.
|
| UpdateResult
Result of a update operation.
|
Copyright © 2016. All rights reserved.