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. -
-
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.
-