Uses of Class
org.infinispan.atomic.Operation

Packages that use Operation
org.infinispan.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interface such as the tree API. 
 

Uses of Operation in org.infinispan.atomic
 

Subclasses of Operation in org.infinispan.atomic
 class ClearOperation<K,V>
           
 class PutOperation<K,V>
           
 class RemoveOperation<K,V>
           
 

Methods in org.infinispan.atomic with parameters of type Operation
 void AtomicHashMapDelta.addOperation(Operation o)
           
 



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