| Package | Description |
|---|---|
| org.onosproject.store.flow |
Definitions of events and messages pertaining to replication of flow entries.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplicaInfoEvent.Type |
ReplicaInfoEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicaInfoEvent.Type[] |
ReplicaInfoEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2015. All rights reserved.