| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Class and Description |
|---|
| AsyncAtomicCounter
An async atomic counter dispenses monotonically increasing values.
|
| AsyncConsistentMap
A distributed, strongly consistent map whose methods are all executed asynchronously.
|
| AtomicCounter
Distributed version of java.util.concurrent.atomic.AtomicLong.
|
| AtomicCounterBuilder
Builder for AtomicCounter.
|
| AtomicValue
Distributed version of java.util.concurrent.atomic.AtomicReference.
|
| AtomicValueBuilder
Builder for constructing new AtomicValue instances.
|
| AtomicValueEvent
Representation of a AtomicValue update notification.
|
| AtomicValueEvent.Type
AtomicValueEvent type.
|
| AtomicValueEventListener
Listener to be notified about updates to a AtomicValue.
|
| ConsistentMap
A distributed, strongly consistent key-value map.
|
| ConsistentMapBuilder
Builder for consistent maps.
|
| ConsistentMapException
Top level exception for ConsistentMap failures.
|
| DatabaseUpdate
Database update operation.
|
| DatabaseUpdate.Builder
DatabaseUpdate builder.
|
| DatabaseUpdate.Type
Type of database update operation.
|
| DistributedQueue
A distributed collection designed for holding elements prior to processing.
|
| DistributedQueueBuilder
Builder for distributed queue.
|
| DistributedSet
A distributed collection designed for holding unique elements.
|
| DistributedSetBuilder
Builder for distributed set.
|
| EventuallyConsistentMap
A distributed, eventually consistent map.
|
| EventuallyConsistentMapBuilder
Builder for eventually consistent maps.
|
| EventuallyConsistentMapEvent
Representation of a EventuallyConsistentMap update notification.
|
| EventuallyConsistentMapEvent.Type |
| EventuallyConsistentMapListener
Listener to be notified about updates to a EventuallyConsistentMap.
|
| MapEvent
Representation of a ConsistentMap update notification.
|
| MapEvent.Type
MapEvent type.
|
| MapEventListener
Listener to be notified about updates to a ConsistentMap.
|
| MapInfo
Metadata information for a consistent map.
|
| PartitionInfo
Contains information about a database partition.
|
| Serializer
Interface for serialization of store artifacts.
|
| SetEvent
Representation of a DistributedSet update notification.
|
| SetEvent.Type
SetEvent type.
|
| SetEventListener
Listener to be notified about updates to a DistributedSet.
|
| StorageException
Top level exception for Store failures.
|
| Transaction
An immutable transaction object.
|
| Transaction.State |
| TransactionalMap
Transactional Map data structure.
|
| TransactionContext
Provides a context for transactional operations.
|
| TransactionContextBuilder
Interface definition for a transaction context builder.
|
| TransactionException
Top level exception for Transaction failures.
|
| Versioned
Versioned value.
|
Copyright © 2015. All rights reserved.