| 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 |
|---|---|
ClearCommand |
CommandsFactoryImpl.buildClearCommand(Set<Flag> flags) |
ClearCommand |
CommandsFactory.buildClearCommand(Set<Flag> flags)
Builds a ClearCommand
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Visitor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
AbstractVisitor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TxInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
StateTransferLockInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
ReplicationInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
InvalidationInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
EntryWrappingInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
DistributionInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
CacheStoreInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PessimisticLockingInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Object |
OptimisticLockingInterceptor.visitClearCommand(InvocationContext ctx,
ClearCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.