| Package | Description |
|---|---|
| org.onosproject.net.meter |
Flow meter model and related services.
|
| Modifier and Type | Method and Description |
|---|---|
static MeterStoreResult |
MeterStoreResult.fail(MeterFailReason reason)
A failed store operation.
|
static MeterStoreResult |
MeterStoreResult.success()
A successful store opertion.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MeterStoreResult> |
MeterStore.deleteMeter(Meter meter)
Deletes a meter from the store.
|
CompletableFuture<MeterStoreResult> |
MeterStore.storeMeter(Meter meter)
Adds a meter to the store.
|
CompletableFuture<MeterStoreResult> |
MeterStore.updateMeter(Meter meter)
Updates a meter whose meter id is the same as the passed meter.
|
Copyright © 2015. All rights reserved.