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.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.server.hotrod.tx org.infinispan.server.hotrod.tx.table org.infinispan.server.hotrod.tx.table.functions org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.topK org.infinispan.stats.wrappers 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 A command writing multiple key/value pairs with the same metadata.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 A command writing multiple key/value pairs with the same metadata.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 A command writing multiple key/value pairs with the same metadata.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.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 A command writing multiple key/value pairs with the same metadata.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 A command writing multiple key/value pairs with the same metadata.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 A command writing multiple key/value pairs with the same metadata.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 A command writing multiple key/value pairs with the same metadata.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 A command writing multiple key/value pairs with the same metadata.RemoveCommand ReplaceCommand -
Classes in org.infinispan.commands.write used by org.infinispan.query.backend Class Description ClearCommand ComputeCommand ComputeIfAbsentCommand PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
PutMapCommand A command writing multiple key/value pairs with the same metadata.RemoveCommand ReplaceCommand -
Classes in org.infinispan.commands.write used by org.infinispan.server.hotrod.tx Class Description WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.server.hotrod.tx.table Class Description WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.server.hotrod.tx.table.functions Class Description 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 A command writing multiple key/value pairs with the same metadata.RemoveCommand ReplaceCommand WriteCommand A command that modifies the cache in some way -
Classes in org.infinispan.commands.write used by org.infinispan.stats.topK Class Description PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
-
Classes in org.infinispan.commands.write used by org.infinispan.stats.wrappers Class Description ComputeCommand ComputeIfAbsentCommand PutKeyValueCommand Implements functionality defined byBasicCache.put(Object, Object)
RemoveCommand ReplaceCommand -
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 A command writing multiple key/value pairs with the same metadata.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