| Package | Description |
|---|---|
| org.onosproject.store.primitives.impl |
Implementation of partitioned and distributed store facility capable of
providing consistent update semantics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionedDatabase.registerConsumer(Consumer<StateMachineUpdate> consumer) |
void |
DefaultDatabase.registerConsumer(Consumer<StateMachineUpdate> consumer) |
void |
Database.registerConsumer(Consumer<StateMachineUpdate> consumer)
Registers a new consumer of StateMachineUpdates.
|
void |
PartitionedDatabase.unregisterConsumer(Consumer<StateMachineUpdate> consumer) |
void |
DefaultDatabase.unregisterConsumer(Consumer<StateMachineUpdate> consumer) |
void |
Database.unregisterConsumer(Consumer<StateMachineUpdate> consumer)
Unregisters a consumer of StateMachineUpdates.
|
Copyright © 2016. All rights reserved.