| Package | Description |
|---|---|
| org.onosproject.store.flow |
Definitions of events and messages pertaining to replication of flow entries.
|
| org.onosproject.store.flow.impl |
Implementation of the distributed flow rule store using p2p synchronization
protocol.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicaInfo |
ReplicaInfoService.getReplicaInfoFor(org.onosproject.net.DeviceId deviceId)
Returns the placement information for given Device.
|
ReplicaInfo |
ReplicaInfoEvent.replicaInfo()
Returns the current replica information for the subject.
|
| Constructor and Description |
|---|
ReplicaInfoEvent(ReplicaInfoEvent.Type type,
org.onosproject.net.DeviceId device,
ReplicaInfo replicaInfo)
Creates an event of a given type and for the specified device,
and replica info.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicaInfo |
ReplicaInfoManager.getReplicaInfoFor(org.onosproject.net.DeviceId deviceId) |
Copyright © 2016. All rights reserved.