Infinispan Distribution 5.2.6.Final-redhat-2

Package org.infinispan.commands.read

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.
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.
KeySetCommand.ExpiredFilteredKeySet  
MapCombineCommand<KIn,VIn,KOut,VOut> 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<KOut,VOut> 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.
ValuesCommand.ExpiredFilteredValues  
 


Infinispan Distribution 5.2.6.Final-redhat-2

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