Uses of Package
org.infinispan.commands.write

Packages that use org.infinispan.commands.write
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.commands.write Commands that alter the state of the cache. 
org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. 
org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
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.locking   
org.infinispan.query.backend   
org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction JTA transaction support. 
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.transaction.xa.recovery   
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Classes in org.infinispan.commands.write used by org.infinispan.commands
ApplyDeltaCommand
           
ClearCommand
           
EvictCommand
           
InvalidateCommand
          Removes an entry from memory.
InvalidateL1Command
          Invalidates an entry in a L1 cache (used with DIST mode)
PutKeyValueCommand
          Implements functionality defined by Map.put(Object, Object)
PutMapCommand
           
RemoveCommand
           
ReplaceCommand
           
VersionedPutKeyValueCommand
          A form of PutKeyValueCommand that also applies a version to the entry created.
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.commands.tx
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.commands.write
AbstractDataWriteCommand
          Stuff common to WriteCommands
DataWriteCommand
          Mixes features from DataCommand and WriteCommand
InvalidateCommand
          Removes an entry from memory.
PutKeyValueCommand
          Implements functionality defined by Map.put(Object, Object)
RemoveCommand
           
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.context
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.context.impl
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.distribution
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.interceptors
ApplyDeltaCommand
           
ClearCommand
           
EvictCommand
           
InvalidateCommand
          Removes an entry from memory.
InvalidateL1Command
          Invalidates an entry in a L1 cache (used with DIST mode)
PutKeyValueCommand
          Implements functionality defined by Map.put(Object, Object)
PutMapCommand
           
RemoveCommand
           
ReplaceCommand
           
 

Classes in org.infinispan.commands.write used by org.infinispan.interceptors.base
ClearCommand
           
EvictCommand
           
PutKeyValueCommand
          Implements functionality defined by Map.put(Object, Object)
PutMapCommand
           
RemoveCommand
           
ReplaceCommand
           
 

Classes in org.infinispan.commands.write used by org.infinispan.interceptors.locking
ApplyDeltaCommand
           
ClearCommand
           
EvictCommand
           
InvalidateCommand
          Removes an entry from memory.
InvalidateL1Command
          Invalidates an entry in a L1 cache (used with DIST mode)
PutKeyValueCommand
          Implements functionality defined by Map.put(Object, Object)
PutMapCommand
           
RemoveCommand
           
ReplaceCommand
           
 

Classes in org.infinispan.commands.write used by org.infinispan.query.backend
ClearCommand
           
PutKeyValueCommand
          Implements functionality defined by Map.put(Object, Object)
PutMapCommand
           
RemoveCommand
           
ReplaceCommand
           
 

Classes in org.infinispan.commands.write used by org.infinispan.remoting.responses
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.statetransfer
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.transaction
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.transaction.xa
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.transaction.xa.recovery
WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write used by org.infinispan.util.logging
WriteCommand
          A command that modifies the cache in some way
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.