|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplyDeltaCommand | |
---|---|
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 |
Uses of ApplyDeltaCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return ApplyDeltaCommand | |
---|---|
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 |
Methods in org.infinispan.commands with parameters of type ApplyDeltaCommand | |
---|---|
Object |
Visitor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command)
|
Object |
AbstractVisitor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command)
|
Uses of ApplyDeltaCommand in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type ApplyDeltaCommand | |
---|---|
Object |
TxInterceptor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command)
|
Object |
EntryWrappingInterceptor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command)
|
Uses of ApplyDeltaCommand in org.infinispan.interceptors.locking |
---|
Methods in org.infinispan.interceptors.locking with parameters of type ApplyDeltaCommand | |
---|---|
Object |
PessimisticLockingInterceptor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command)
|
Object |
OptimisticLockingInterceptor.visitApplyDeltaCommand(InvocationContext ctx,
ApplyDeltaCommand command)
|
|
--> |