| Package | Description |
|---|---|
| org.infinispan.counter.api |
Clustered Counters API.
|
| Modifier and Type | Field and Description |
|---|---|
static AdvancedExternalizer<CounterConfiguration> |
CounterConfiguration.EXTERNALIZER |
| Modifier and Type | Method and Description |
|---|---|
CounterConfiguration |
CounterConfiguration.Builder.build() |
CounterConfiguration |
WeakCounter.getConfiguration() |
CounterConfiguration |
SyncWeakCounter.getConfiguration() |
CounterConfiguration |
SyncStrongCounter.getConfiguration() |
CounterConfiguration |
StrongCounter.getConfiguration() |
CounterConfiguration |
CounterManager.getConfiguration(String counterName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CounterManager.defineCounter(String name,
CounterConfiguration configuration)
Defines a counter with the specific
name and CounterConfiguration. |
Properties |
PropertyFormatter.format(CounterConfiguration configuration) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.