Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.commands.read.AbstractDataCommand

Packages that use AbstractDataCommand
org.infinispan.commands.read   
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. 
 

Uses of AbstractDataCommand in org.infinispan.commands.read
 

Subclasses of AbstractDataCommand in org.infinispan.commands.read
 class GetCacheEntryCommand
          An internal cache get command that returns CacheEntry instead of just the value.
 class GetKeyValueCommand
          Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
 

Uses of AbstractDataCommand in org.infinispan.commands.write
 

Subclasses of AbstractDataCommand in org.infinispan.commands.write
 class AbstractDataWriteCommand
          Stuff common to WriteCommands
 class ApplyDeltaCommand
           
 class EvictCommand
           
 class InvalidateCommand
          Removes an entry from memory.
 class InvalidateL1Command
          Invalidates an entry in a L1 cache (used with DIST mode)
 class PutKeyValueCommand
          Implements functionality defined by BasicCache.put(Object, Object)
 class RemoveCommand
           
 class ReplaceCommand
           
 class VersionedPutKeyValueCommand
          A form of PutKeyValueCommand that also applies a version to the entry created.
 

Uses of AbstractDataCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type AbstractDataCommand
protected  boolean ClusteringInterceptor.needsRemoteGet(InvocationContext ctx, AbstractDataCommand command)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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