Uses of Class
org.infinispan.persistence.async.State
-
Packages that use State Package Description org.infinispan.persistence.async -
-
Uses of State in org.infinispan.persistence.async
Fields in org.infinispan.persistence.async with type parameters of type State Modifier and Type Field Description protected AtomicReference<State>
AsyncCacheLoader. state
protected AtomicReference<State>
AsyncCacheWriter. state
Methods in org.infinispan.persistence.async that return State Modifier and Type Method Description protected State
AsyncCacheWriter. newState(boolean clear, State next)
Methods in org.infinispan.persistence.async that return types with arguments of type State Modifier and Type Method Description AtomicReference<State>
AsyncCacheWriter. getState()
Methods in org.infinispan.persistence.async with parameters of type State Modifier and Type Method Description protected State
AsyncCacheWriter. newState(boolean clear, State next)
Constructors in org.infinispan.persistence.async with parameters of type State Constructor Description State(boolean clear, ConcurrentMap<Object,Modification> modMap, State next)
Constructor parameters in org.infinispan.persistence.async with type arguments of type State Constructor Description AdvancedAsyncCacheLoader(CacheLoader actual, AtomicReference<State> state)
AsyncCacheLoader(CacheLoader actual, AtomicReference<State> state)
-