Uses of Class
org.infinispan.commands.write.ComputeCommand
Packages that use ComputeCommand
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 ComputeCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ComputeCommandModifier and TypeMethodDescriptionCommandsFactory.buildComputeCommand(Object key, BiFunction mappingFunction, boolean computeIfPresent, int segment, Metadata metadata, long flagsBitSet) Builds a ComputeCommandCommandsFactoryImpl.buildComputeCommand(Object key, BiFunction mappingFunction, boolean computeIfPresent, int segment, Metadata metadata, long flagsBitSet) Methods in org.infinispan.commands with parameters of type ComputeCommandModifier and TypeMethodDescriptionCommandsFactory.buildSingleKeyBackupWriteCommand(ComputeCommand command, long sequence, int segmentId) CommandsFactoryImpl.buildSingleKeyBackupWriteCommand(ComputeCommand command, long sequence, int segmentId) AbstractVisitor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) Visitor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type ComputeCommandModifier and TypeMethodDescriptionstatic SingleKeyBackupWriteCommandSingleKeyBackupWriteCommand.create(ByteString cacheName, ComputeCommand command, long sequence, int segmentId) -
Uses of ComputeCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement interfaces with type arguments of type ComputeCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.write that return ComputeCommandModifier and TypeMethodDescriptionComputeCommand$___Marshaller_f05dff80d9217f33a24a2c9a2f6942ed1f6095c648b1a5b50605da389ecb5e17.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.write that return types with arguments of type ComputeCommandModifier and TypeMethodDescriptionComputeCommand$___Marshaller_f05dff80d9217f33a24a2c9a2f6942ed1f6095c648b1a5b50605da389ecb5e17.getJavaClass()Methods in org.infinispan.commands.write with parameters of type ComputeCommandModifier and TypeMethodDescriptionvoidComputeCommand$___Marshaller_f05dff80d9217f33a24a2c9a2f6942ed1f6095c648b1a5b50605da389ecb5e17.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ComputeCommand $2) -
Uses of ComputeCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ComputeCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type ComputeCommandModifier and TypeMethodDescriptionL1LastChanceInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) L1NonTxInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) L1TxInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) NonTxDistributionInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) TriangleDistributionInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) TxDistributionInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ComputeCommandModifier and TypeMethodDescriptionCacheLoaderInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) CacheMgmtInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) CacheWriterInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) CallInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) DistCacheWriterInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) EntryWrappingInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) InvalidationInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) IsMarshallableInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) NonTxIracLocalSiteInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) PessimisticTxIracLocalInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) TxInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ComputeCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type ComputeCommandModifier and TypeMethodDescriptionNonTransactionalBackupInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type ComputeCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command) -
Uses of ComputeCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type ComputeCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitComputeCommand(InvocationContext ctx, ComputeCommand command)