Uses of Interface
org.infinispan.api.async.AsyncContainer
Packages that use AsyncContainer
-
Uses of AsyncContainer in org.infinispan.api
Methods in org.infinispan.api that return AsyncContainerModifier and TypeMethodDescriptionInfinispan.async()Returns an asynchronous version of the Infinispan API -
Uses of AsyncContainer in org.infinispan.api.async
Methods in org.infinispan.api.async that return AsyncContainerModifier and TypeMethodDescriptionAsyncCache.container()Return the container of this cacheAsyncLock.container()Return the container of this lockAsyncMultimap.container()Return the container of this MultimapAsyncStrongCounter.container()Return the container of this counterAsyncWeakCounter.container()Return the container of this counterMethod parameters in org.infinispan.api.async with type arguments of type AsyncContainerModifier and TypeMethodDescription<T> CompletionStage<T> AsyncContainer.batch(Function<AsyncContainer, CompletionStage<T>> function)