See: Description
| Class | Description |
|---|---|
| AbstractVirtualStore<E extends org.onosproject.event.Event,D extends org.onosproject.store.StoreDelegate<E>> |
Base implementation of a virtual store.
|
| ConsistentVirtualDeviceMastershipStore | |
| DistributedVirtualFlowObjectiveStore |
Distributed flow objective store for virtual network.
|
| DistributedVirtualFlowRuleStore |
Manages inventory of flow rules using a distributed state management protocol
for virtual networks.
|
| DistributedVirtualNetworkStore |
Implementation of the virtual network store.
|
| DistributedVirtualPacketStore |
Distributed virtual packet store implementation allowing packets to be sent to
remote instances.
|
| SimpleVirtualFlowObjectiveStore |
Single instance implementation of store to manage
the inventory of created next groups for virtual network.
|
| SimpleVirtualFlowRuleStore |
Implementation of the virtual network flow rule store to manage inventory of
virtual flow rules using trivial in-memory implementation.
|
| SimpleVirtualGroupStore |
Manages inventory of virtual group entries using trivial in-memory implementation.
|
| SimpleVirtualIntentStore |
Simple single-instance implementation of the intent store for virtual networks.
|
| SimpleVirtualMastershipStore |
Implementation of the virtual network mastership store to manage inventory of
mastership using trivial in-memory implementation.
|
| SimpleVirtualMeterStore |
Implementation of the virtual meter store for a single instance.
|
| SimpleVirtualPacketStore |
Simple single instance implementation of the virtual packet store.
|