| Package | Description |
|---|---|
| org.infinispan.persistence.async |
| Modifier and Type | Field and Description |
|---|---|
protected AtomicReference<State> |
AsyncCacheWriter.state |
protected AtomicReference<State> |
AsyncCacheLoader.state |
| Modifier and Type | Method and Description |
|---|---|
protected State |
AsyncCacheWriter.newState(boolean clear,
State next) |
| Modifier and Type | Method and Description |
|---|---|
AtomicReference<State> |
AsyncCacheWriter.getState() |
| Modifier and Type | Method and Description |
|---|---|
protected State |
AsyncCacheWriter.newState(boolean clear,
State next) |
| Constructor and Description |
|---|
State(boolean clear,
ConcurrentMap<Object,Modification> modMap,
State next) |
| Constructor and Description |
|---|
AdvancedAsyncCacheLoader(CacheLoader actual,
AtomicReference<State> state) |
AsyncCacheLoader(CacheLoader actual,
AtomicReference<State> state) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.