| Package | Description |
|---|---|
| org.infinispan.cache.impl |
| Modifier and Type | Method and Description |
|---|---|
ContextBuilder |
InvocationHelper.defaultContextBuilderForWrite() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
InvocationHelper.invoke(ContextBuilder builder,
VisitableCommand command,
int keyCount)
Same as
InvocationHelper.invoke(InvocationContext, VisitableCommand) but using builder to build the InvocationContext to use. |
<T> CompletableFuture<T> |
InvocationHelper.invokeAsync(ContextBuilder builder,
VisitableCommand command,
int keyCount)
Same as
InvocationHelper.invoke(InvocationContext, VisitableCommand) but using the InvocationContext created by
builder. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.