Uses of Package
org.infinispan.commands.write
-
Packages that use org.infinispan.commands.write Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.functional org.infinispan.commands.triangle org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.tx.totalorder org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.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.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.transaction.impl org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery 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.org.infinispan.xsite -
Classes in org.infinispan.commands.write used by org.infinispan.commands Class Description ApplyDeltaCommand Deprecated.since 9.1BackupAckCommand A command that represents an acknowledge sent by a backup owner to the originator.BackupMultiKeyAckCommand A command that represents an acknowledge sent by a backup owner to the originator.ClearCommand ComputeCommand ComputeIfAbsentCommand EvictCommand ExceptionAckCommand A command that represents an exception acknowledge sent by any owner.InvalidateCommand Removes an entry from memory.InvalidateL1Command Invalidates an entry in a L1 cache (used with DIST mode)InvalidateVersionsCommand Must beVisitableCommand
as we want to catch it in persistence handling etc.PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand RemoveExpiredCommand Removes an entry that is expired from memoryReplaceCommand WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.commands.functional Class Description AbstractDataWriteCommand Stuff common to WriteCommandsDataWriteCommand Mixes features from DataCommand and WriteCommandValueMatcher A policy for determining if a write command should be executed based on the current value in the cache.WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.commands.triangle Class Description ComputeCommand ComputeIfAbsentCommand PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand ReplaceCommand -
Classes in org.infinispan.commands.write used by org.infinispan.commands.tx Class Description WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.commands.tx.totalorder Class Description WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.commands.write Class Description AbstractDataWriteCommand Stuff common to WriteCommandsDataWriteCommand Mixes features from DataCommand and WriteCommandInvalidateCommand Removes an entry from memory.PutMapCommand RemoveCommand ValueMatcher A policy for determining if a write command should be executed based on the current value in the cache.WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.context.impl Class Description WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.interceptors Class Description ClearCommand ComputeCommand ComputeIfAbsentCommand EvictCommand InvalidateCommand Removes an entry from memory.InvalidateL1Command Invalidates an entry in a L1 cache (used with DIST mode)PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand ReplaceCommand -
Classes in org.infinispan.commands.write used by org.infinispan.interceptors.base Class Description ClearCommand ComputeCommand ComputeIfAbsentCommand EvictCommand PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand ReplaceCommand -
Classes in org.infinispan.commands.write used by org.infinispan.interceptors.distribution Class Description AbstractDataWriteCommand Stuff common to WriteCommandsClearCommand ComputeCommand ComputeIfAbsentCommand DataWriteCommand Mixes features from DataCommand and WriteCommandEvictCommand InvalidateL1Command Invalidates an entry in a L1 cache (used with DIST mode)PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand RemoveExpiredCommand Removes an entry that is expired from memoryReplaceCommand WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.interceptors.impl Class Description ApplyDeltaCommand Deprecated.since 9.1ClearCommand ComputeCommand ComputeIfAbsentCommand DataWriteCommand Mixes features from DataCommand and WriteCommandEvictCommand InvalidateCommand Removes an entry from memory.InvalidateL1Command Invalidates an entry in a L1 cache (used with DIST mode)PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand RemoveExpiredCommand Removes an entry that is expired from memoryReplaceCommand WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.interceptors.locking Class Description ClearCommand ComputeCommand ComputeIfAbsentCommand DataWriteCommand Mixes features from DataCommand and WriteCommandInvalidateCommand Removes an entry from memory.InvalidateL1Command Invalidates an entry in a L1 cache (used with DIST mode)PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand ReplaceCommand WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.interceptors.xsite Class Description ClearCommand ComputeCommand ComputeIfAbsentCommand PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand ReplaceCommand -
Classes in org.infinispan.commands.write used by org.infinispan.partitionhandling.impl Class Description ClearCommand ComputeCommand ComputeIfAbsentCommand DataWriteCommand Mixes features from DataCommand and WriteCommandPutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand ReplaceCommand WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.statetransfer Class Description ClearCommand ComputeCommand ComputeIfAbsentCommand EvictCommand InvalidateCommand Removes an entry from memory.InvalidateL1Command Invalidates an entry in a L1 cache (used with DIST mode)PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand ReplaceCommand WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.transaction.impl Class Description WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.transaction.xa Class Description WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.transaction.xa.recovery Class Description WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.util Class Description ComputeCommand ComputeIfAbsentCommand PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand RemoveCommand ReplaceCommand -
Classes in org.infinispan.commands.write used by org.infinispan.xsite Class Description WriteCommand A command that modifies the cache in some way