Uses of Class
org.infinispan.commands.write.ComputeIfAbsentCommand
Packages that use ComputeIfAbsentCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Interceptors dealing with cross-site replication.
Transfer of state to new caches in a cluster.
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 ComputeIfAbsentCommandModifier and TypeMethodDescriptionCommandsFactory.buildComputeIfAbsentCommand(Object key, Function mappingFunction, int segment, Metadata metadata, long flagsBitSet) Builds a ComputeIfAbsentCommandCommandsFactoryImpl.buildComputeIfAbsentCommand(Object key, Function mappingFunction, int segment, Metadata metadata, long flagsBitSet) Methods in org.infinispan.commands with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionAbstractVisitor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) Visitor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) -
Uses of ComputeIfAbsentCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionvoidSingleKeyBackupWriteCommand.setComputeIfAbsentCommand(ComputeIfAbsentCommand command) -
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) -
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionL1LastChanceInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) L1NonTxInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) L1TxInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) NonTxDistributionInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) TriangleDistributionInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) TxDistributionInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) -
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionCacheLoaderInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) CacheMgmtInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) CacheWriterInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) CallInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) DistCacheWriterInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) EntryWrappingInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) InvalidationInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) IsMarshallableInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) NonTxIracLocalSiteInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) PessimisticTxIracLocalInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) TxInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) -
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) -
Uses of ComputeIfAbsentCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionNonTransactionalBackupInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) -
Uses of ComputeIfAbsentCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) -
Uses of ComputeIfAbsentCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitComputeIfAbsentCommand(InvocationContext ctx, ComputeIfAbsentCommand command) -
Uses of ComputeIfAbsentCommand in org.infinispan.util
Methods in org.infinispan.util with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionstatic BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ComputeIfAbsentCommand command)