| Package | Description |
|---|---|
| org.onosproject.cluster |
Set of abstractions for dealing with controller cluster related topics.
|
| Modifier and Type | Method and Description |
|---|---|
static LeadershipEvent.Type |
LeadershipEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeadershipEvent.Type[] |
LeadershipEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LeadershipEvent(LeadershipEvent.Type type,
Leadership leadership)
Creates an event of a given type and for the specified instance and the
current time.
|
LeadershipEvent(LeadershipEvent.Type type,
Leadership leadership,
long time)
Creates an event of a given type and for the specified subject and time.
|
Copyright © 2015. All rights reserved.