Uses of Interface
org.infinispan.cache.impl.ContextBuilder
-
Uses of ContextBuilder in org.infinispan.cache.impl
Modifier and TypeMethodDescriptionprotected ContextBuilder
AbstractCacheBackedSet.decoratedWriteContextBuilder()
CacheImpl.defaultContextBuilderForWrite()
Modifier and TypeMethodDescription<T> T
InvocationHelper.invoke
(ContextBuilder builder, VisitableCommand command, int keyCount) Same asInvocationHelper.invoke(InvocationContext, VisitableCommand)
but usingbuilder
to build theInvocationContext
to use.<T> CompletableFuture<T>
InvocationHelper.invokeAsync
(ContextBuilder builder, VisitableCommand command, int keyCount) Same asInvocationHelper.invoke(InvocationContext, VisitableCommand)
but using theInvocationContext
created bybuilder
.