| Package | Description |
|---|---|
| org.onosproject.store.ecmap |
Distributed map with eventually-consistent update semantics and gossip
based anti-entropy mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
EventuallyConsistentMapEvent.Type |
EventuallyConsistentMapEvent.type()
Returns the type of the event.
|
static EventuallyConsistentMapEvent.Type |
EventuallyConsistentMapEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventuallyConsistentMapEvent.Type[] |
EventuallyConsistentMapEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EventuallyConsistentMapEvent(EventuallyConsistentMapEvent.Type type,
K key,
V value)
Creates a new event object.
|
Copyright © 2015. All rights reserved.