See: Description
| Class | Description |
|---|---|
| GossipIntentStore |
Manages inventory of Intents in a distributed data store that uses optimistic
replication and gossip based techniques.
|
| GossipIntentStoreMessageSubjects |
Message subjects for internal gossip intent store node-to-node messages.
|
| IntentClockManager |
IntentClockService that issues timestamps based on local wallclock time.
|
| IntentDataClockManager<K> |
ClockService that uses IntentData versions as timestamps.
|
| IntentDataLogicalClockManager<K> |
ClockService that generates logical timestamps based on IntentData versions.
|
| InternalIntentEvent |
Information published by GossipIntentStore to notify peers of an intent
creation or state update event.
|
| InternalSetInstallablesEvent |
Information published by GossipIntentStore to notify peers of an intent
set installables event.
|
| PartitionId |
Identifies a partition of the intent keyspace which will be assigned to and
processed by a single ONOS instance at a time.
|
| PartitionManager |
Manages the assignment of intent keyspace partitions to instances.
|
Copyright © 2015. All rights reserved.