Uses of Class
org.infinispan.commands.write.ApplyDeltaCommand
-
Packages that use ApplyDeltaCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.interceptors.impl Basic interceptors -
-
Uses of ApplyDeltaCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ApplyDeltaCommand Modifier and Type Method Description default ApplyDeltaCommand
CommandsFactory. buildApplyDeltaCommand(Object deltaAwareValueKey, Delta delta, Collection keys)
Deprecated.since 9.1Methods in org.infinispan.commands with parameters of type ApplyDeltaCommand Modifier and Type Method Description default Object
Visitor. visitApplyDeltaCommand(InvocationContext ctx, ApplyDeltaCommand command)
Deprecated. -
Uses of ApplyDeltaCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ApplyDeltaCommand Modifier and Type Method Description Object
PrefetchInterceptor. visitApplyDeltaCommand(InvocationContext ctx, ApplyDeltaCommand command)
-