Infinispan Distribution 5.2.6.Final-redhat-2

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   
org.infinispan.commands.write Commands that alter the state of the cache. 
org.infinispan.distexec   
org.infinispan.distexec.mapreduce   
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   
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.
GetCacheEntryCommand
          An internal cache get command that returns CacheEntry instead of just the value.
GetKeyValueCommand
          Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
KeySetCommand
          Command implementation for Map.keySet() functionality.
MapCombineCommand
          MapCombineCommand is a container to migrate Mapper and Reducer which is a combiner to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
ReduceCommand
          ReduceCommand is a container to migrate Reducer to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
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
GetKeyValueCommand
          Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
 

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.distexec.mapreduce
MapCombineCommand
          MapCombineCommand is a container to migrate Mapper and Reducer which is a combiner to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
ReduceCommand
          ReduceCommand is a container to migrate Reducer to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
 

Classes in org.infinispan.commands.read used by org.infinispan.interceptors
AbstractDataCommand
           
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.distribution
GetKeyValueCommand
          Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
 

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
 


Infinispan Distribution 5.2.6.Final-redhat-2

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