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.locking |
Modifier and Type | Method and Description |
---|---|
ApplyDeltaCommand |
CommandsFactoryImpl.buildApplyDeltaCommand(Object deltaAwareValueKey,
Delta delta,
Collection keys) |
ApplyDeltaCommand |
CommandsFactory.buildApplyDeltaCommand(Object deltaAwareValueKey,
Delta delta,
Collection keys)
Builds a ApplyDeltaCommand used for applying Delta objects to DeltaAware containers stored in cache
|
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command) |
Object |
AbstractVisitor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
TxInterceptor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command) |
Object |
EntryWrappingInterceptor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PessimisticLockingInterceptor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command) |
Object |
OptimisticLockingInterceptor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.