Uses of Class
org.infinispan.commands.write.ComputeCommand
-
Packages that use ComputeCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.triangle org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.partitionhandling.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of ComputeCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ComputeCommand Modifier and Type Method Description ComputeCommandCommandsFactory. buildComputeCommand(Object key, BiFunction mappingFunction, boolean computeIfPresent, int segment, Metadata metadata, long flagsBitSet)Builds a ComputeCommandComputeCommandCommandsFactoryImpl. buildComputeCommand(Object key, BiFunction mappingFunction, boolean computeIfPresent, int segment, Metadata metadata, long flagsBitSet)Methods in org.infinispan.commands with parameters of type ComputeCommand Modifier and Type Method Description ObjectAbstractVisitor. visitComputeCommand(InvocationContext ctx, ComputeCommand command)ObjectVisitor. visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type ComputeCommand Modifier and Type Method Description voidSingleKeyBackupWriteCommand. setComputeCommand(ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ComputeCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.interceptors.distribution
-
Uses of ComputeCommand in org.infinispan.interceptors.impl
-
Uses of ComputeCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ComputeCommand Modifier and Type Method Description ObjectAbstractLockingInterceptor. visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type ComputeCommand Modifier and Type Method Description ObjectNonTransactionalBackupInterceptor. visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type ComputeCommand Modifier and Type Method Description ObjectPartitionHandlingInterceptor. visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type ComputeCommand Modifier and Type Method Description ObjectStateTransferInterceptor. visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.util
Methods in org.infinispan.util with parameters of type ComputeCommand Modifier and Type Method Description static BackupWriteCommandTriangleFunctionsUtil. backupFrom(CommandsFactory factory, ComputeCommand command)
-