| 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.base |
Base interceptors containing common, reusable behavior.
|
| org.infinispan.interceptors.locking |
| Modifier and Type | Method and Description |
|---|---|
EvictCommand |
CommandsFactoryImpl.buildEvictCommand(Object key) |
EvictCommand |
CommandsFactory.buildEvictCommand(Object key)
Builds an EvictCommand
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Visitor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
AbstractVisitor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PassivationInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
MarshalledValueInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
EntryWrappingInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
CacheMgmtInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
NonTransactionalLockingInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Object |
AbstractTxLockingInterceptor.visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.