Uses of Class
org.infinispan.commands.write.ComputeIfAbsentCommand
Packages that use ComputeIfAbsentCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that alter the state of the cache.
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.
-
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 TypeMethodDescriptionCommandsFactory.buildSingleKeyBackupWriteCommand(ComputeIfAbsentCommand command, long sequence, int segmentId) CommandsFactoryImpl.buildSingleKeyBackupWriteCommand(ComputeIfAbsentCommand command, long sequence, int segmentId) AbstractVisitor.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 TypeMethodDescriptionstatic SingleKeyBackupWriteCommandSingleKeyBackupWriteCommand.create(ByteString cacheName, ComputeIfAbsentCommand command, long sequence, int segmentId) -
Uses of ComputeIfAbsentCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement interfaces with type arguments of type ComputeIfAbsentCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.write that return ComputeIfAbsentCommandModifier and TypeMethodDescriptionComputeIfAbsentCommand$___Marshaller_c24a95a5edad7b8b13af53a86ebd6e04cbe99b47c651e56717bbb747c4763e2f.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.write that return types with arguments of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionComputeIfAbsentCommand$___Marshaller_c24a95a5edad7b8b13af53a86ebd6e04cbe99b47c651e56717bbb747c4763e2f.getJavaClass()Methods in org.infinispan.commands.write with parameters of type ComputeIfAbsentCommandModifier and TypeMethodDescriptionvoidComputeIfAbsentCommand$___Marshaller_c24a95a5edad7b8b13af53a86ebd6e04cbe99b47c651e56717bbb747c4763e2f.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ComputeIfAbsentCommand $2) -
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)