Uses of Class
org.infinispan.commands.write.ComputeIfAbsentCommand
-
Packages that use ComputeIfAbsentCommand 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.base Base interceptors containing common, reusable behavior.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.query.backend Mostly internal search related classes.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.wrappers 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 ComputeIfAbsentCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ComputeIfAbsentCommand Modifier and Type Method Description ComputeIfAbsentCommand
CommandsFactory. buildComputeIfAbsentCommand(Object key, Function mappingFunction, int segment, Metadata metadata, long flagsBitSet)
Builds a ComputeIfAbsentCommandComputeIfAbsentCommand
CommandsFactoryImpl. buildComputeIfAbsentCommand(Object key, Function mappingFunction, int segment, Metadata metadata, long flagsBitSet)
Methods in org.infinispan.commands with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description Object
AbstractVisitor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
Object
Visitor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
-
Uses of ComputeIfAbsentCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description void
SingleKeyBackupWriteCommand. setComputeIfAbsentCommand(ComputeIfAbsentCommand command)
-
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
-
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description Object
PrePostProcessingCommandInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
Deprecated. -
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors.distribution
-
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description Object
AbstractLockingInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
-
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description Object
NonTransactionalBackupInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
-
Uses of ComputeIfAbsentCommand in org.infinispan.query.backend
Methods in org.infinispan.query.backend with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description Object
QueryInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
-
Uses of ComputeIfAbsentCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description Object
AffectedKeysVisitor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
Deprecated.Object
StateTransferInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
-
Uses of ComputeIfAbsentCommand in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description Object
ExtendedStatisticInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command)
-
Uses of ComputeIfAbsentCommand in org.infinispan.util
Methods in org.infinispan.util with parameters of type ComputeIfAbsentCommand Modifier and Type Method Description static BackupWriteCommand
TriangleFunctionsUtil. backupFrom(CommandsFactory factory, ComputeIfAbsentCommand command)
-