| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| 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
|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
EvictCommand |
CommandsFactory.buildEvictCommand(Object key,
int segment,
long flagsBitSet)
Builds an EvictCommand
|
EvictCommand |
CommandsFactoryImpl.buildEvictCommand(Object key,
int segment,
long flagsBitSet) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractVisitor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
Visitor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DDAsyncInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ScatteredDistributionInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BatchingInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
CacheMgmtInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
CallInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
EntryWrappingInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
StateTransferInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.