| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicCounterBuilder |
StorageService.atomicCounterBuilder()
Creates a new AtomicCounterBuilder.
|
AtomicCounterBuilder |
AtomicCounterBuilder.withName(String name)
Sets the name for the atomic counter.
|
AtomicCounterBuilder |
AtomicCounterBuilder.withPartitionsDisabled()
Creates this counter on the partition that spans the entire cluster.
|
AtomicCounterBuilder |
AtomicCounterBuilder.withRetryExecutor(ScheduledExecutorService executor)
Sets the executor service to use for retrying failed operations.
|
AtomicCounterBuilder |
AtomicCounterBuilder.withRetryOnFailure()
Enables retries when counter operations fail.
|
Copyright © 2015. All rights reserved.