Uses of Interface
org.infinispan.commands.LocalCommand

Packages that use LocalCommand
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.commands.write Commands that alter the state of the cache. 
 

Uses of LocalCommand in org.infinispan.commands.read
 

Classes in org.infinispan.commands.read that implement LocalCommand
 class AbstractLocalCommand
          Abstract class
 class EntrySetCommand
          Command implementation for Map.entrySet() functionality.
 class KeySetCommand
          Command implementation for Map.keySet() functionality.
 class SizeCommand
          Command to calculate the size of the cache
 class ValuesCommand
          Command implementation for Map.values() functionality.
 

Uses of LocalCommand in org.infinispan.commands.write
 

Classes in org.infinispan.commands.write that implement LocalCommand
 class EvictCommand
           
 


-->

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