Package org.infinispan.commands.read

Commands that read data from the cache.

See:
          Description

Class Summary
AbstractDataCommand  
AbstractLocalCommand Abstract class
DistributedExecuteCommand<V> 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.
KeySetCommand.ExpiredFilteredKeySet  
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.
ValuesCommand.ExpiredFilteredValues  
 

Package org.infinispan.commands.read Description

Commands that read data from the cache.

Since:
4.0
Author:
Manik Surtani

-->

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