| Package | Description |
|---|---|
| org.infinispan.counter |
Embedded Clustered Counters.
|
| org.infinispan.counter.api |
Clustered Counters API.
|
| org.infinispan.counter.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SyncStrongCounter
Deprecated.
since 9.2. Use
StrongCounter.sync() instead. It will be removed in 10.0 |
| Modifier and Type | Method and Description |
|---|---|
SyncStrongCounter |
StrongCounter.sync()
It returns a synchronous strong counter for this instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SyncStrongCounterAdapter
A
StrongCounter decorator that waits for the operation to complete. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.