Package | Description |
---|---|
org.infinispan.persistence.async |
Modifier and Type | Field and Description |
---|---|
protected AtomicReference<State> |
AsyncCacheLoader.state |
protected AtomicReference<State> |
AsyncCacheWriter.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 © 2023 JBoss, a division of Red Hat. All rights reserved.