Uses of Package
org.infinispan.commands.read

Packages that use org.infinispan.commands.read
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.commands.write Commands that alter the state of the cache. 
org.infinispan.distexec   
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   
 

Classes in org.infinispan.commands.read used by org.infinispan.commands
DistributedExecuteCommand
          DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM.
EntrySetCommand
          Command implementation for Map.entrySet() functionality.
GetKeyValueCommand
          Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
KeySetCommand
          Command implementation for Map.keySet() functionality.
MapReduceCommand
          MapReduceCommand is used to migrate Mapper and Reducer to remote JVM where they will get invoked.
SizeCommand
          Command to calculate the size of the cache
ValuesCommand
          Command implementation for Map.values() functionality.
 

Classes in org.infinispan.commands.read used by org.infinispan.commands.read
AbstractDataCommand
           
AbstractLocalCommand
          Abstract class
 

Classes in org.infinispan.commands.read used by org.infinispan.commands.write
AbstractDataCommand
           
 

Classes in org.infinispan.commands.read used by org.infinispan.distexec
DistributedExecuteCommand
          DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM.
 

Classes in org.infinispan.commands.read used by org.infinispan.interceptors
EntrySetCommand
          Command implementation for Map.entrySet() functionality.
GetKeyValueCommand
          Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
KeySetCommand
          Command implementation for Map.keySet() functionality.
ValuesCommand
          Command implementation for Map.values() functionality.
 

Classes in org.infinispan.commands.read used by org.infinispan.interceptors.base
GetKeyValueCommand
          Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
SizeCommand
          Command to calculate the size of the cache
 

Classes in org.infinispan.commands.read used by org.infinispan.interceptors.locking
GetKeyValueCommand
          Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
 


-->

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