| Package | Description |
|---|---|
| org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
| org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InvocationExceptionFunction<C extends VisitableCommand>
|
interface |
InvocationFinallyAction<C extends VisitableCommand>
|
interface |
InvocationFinallyFunction<C extends VisitableCommand>
|
interface |
InvocationSuccessAction<C extends VisitableCommand>
|
interface |
InvocationSuccessFunction<C extends VisitableCommand>
|
| Modifier and Type | Method and Description |
|---|---|
abstract <C extends VisitableCommand> |
InvocationStage.addCallback(InvocationContext ctx,
C command,
InvocationCallback<C> function)
After the current stage completes, invoke
function and return its result. |
<C extends VisitableCommand> |
SyncInvocationStage.addCallback(InvocationContext ctx,
C command,
InvocationCallback<C> function) |
Object |
ExceptionSyncInvocationStage.addCallback(InvocationContext ctx,
VisitableCommand command,
InvocationCallback function) |
| Modifier and Type | Interface and Description |
|---|---|
protected static interface |
BaseDistributionInterceptor.ReadManyCommandHelper<C extends VisitableCommand> |
| Modifier and Type | Class and Description |
|---|---|
protected class |
BaseDistributionInterceptor.ReadOnlyManyHelper |
protected class |
ScatteredDistributionInterceptor.PrimaryResponseHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiSubCommandInvoker
Invoke a sequence of sub-commands.
|
class |
QueueAsyncInvocationStage
Invocation stage representing a computation that may or may not be done yet.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends VisitableCommand> |
SimpleAsyncInvocationStage.addCallback(InvocationContext ctx,
C command,
InvocationCallback<C> function) |
Object |
QueueAsyncInvocationStage.addCallback(InvocationContext ctx,
VisitableCommand command,
InvocationCallback function) |
| Constructor and Description |
|---|
QueueAsyncInvocationStage(InvocationContext ctx,
VisitableCommand command,
CompletableFuture<?> valueFuture,
InvocationCallback function) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.