Package org.infinispan.api.async
Interface AsyncContainer
- All Superinterfaces:
AutoCloseable,Infinispan
- Since:
- 14.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.api.Infinispan
Infinispan.Factory -
Method Summary
Modifier and TypeMethodDescription<T> CompletionStage<T> batch(Function<AsyncContainer, CompletionStage<T>> function) caches()listen(ContainerListenerEventType... types) locks()Methods inherited from interface org.infinispan.api.Infinispan
async, close, mutiny, sync
-
Method Details
-
caches
AsyncCaches caches() -
multimaps
AsyncMultimaps multimaps() -
strongCounters
AsyncStrongCounters strongCounters() -
weakCounters
AsyncWeakCounters weakCounters() -
locks
AsyncLocks locks() -
listen
-
batch
-