| Package | Description |
|---|---|
| org.onosproject.store.cluster.impl |
Implementation of a distributed cluster node store using Hazelcast.
|
| org.onosproject.store.core.impl |
Implementation of a distributed application ID registry store using Hazelcast.
|
| org.onosproject.store.flow.impl |
Implementation of the distributed flow rule store using p2p synchronization
protocol.
|
| org.onosproject.store.mastership.impl |
Implementation of a distributed mastership store using Hazelcast.
|
| org.onosproject.store.resource.impl |
Implementation of distributed packet store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastClusterStore
Distributed, Hazelcast-based implementation of the cluster nodes store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedApplicationIdStore
Simple implementation of the application ID registry using in-memory
structures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedFlowRuleStore
Manages inventory of flow rules using a distributed state management protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedMastershipStore
Distributed implementation of the mastership store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastLinkResourceStore
Manages link resources using Hazelcast.
|
Copyright © 2015. All rights reserved.