| 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 | Method and Description |
|---|---|
<C extends VisitableCommand> |
BaseAsyncInterceptor.invokeNextThenApply(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function)
Invoke the next interceptor, possibly with a new command, and execute an
InvocationCallback
after all the interceptors have finished successfully. |
<C extends VisitableCommand> |
InvocationStage.thenApply(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function)
After the current stage completes successfully, invoke
function and return its result. |
<C extends VisitableCommand> |
SyncInvocationStage.thenApply(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function) |
Object |
ExceptionSyncInvocationStage.thenApply(InvocationContext ctx,
VisitableCommand command,
InvocationSuccessFunction function) |
<C extends VisitableCommand> |
InvocationStage.thenApplyMakeStage(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function)
After the current stage completes successfully, invoke
function and return its result. |
<C extends VisitableCommand> |
SyncInvocationStage.thenApplyMakeStage(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function)
After the current stage completes successfully, invoke
function and return its result. |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected InvocationSuccessFunction<PutMapCommand> |
CacheWriterInterceptor.handlePutMapCommandReturn |
| Modifier and Type | Method and Description |
|---|---|
protected <P extends PrepareCommand> |
EntryWrappingInterceptor.wrapEntriesForPrepareAndApply(TxInvocationContext ctx,
P command,
InvocationSuccessFunction<P> handler) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.