Uses of Class
org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation

Packages that use AbstractKeyValueOperation
org.infinispan.client.hotrod.impl.operations   
 

Uses of AbstractKeyValueOperation in org.infinispan.client.hotrod.impl.operations
 

Subclasses of AbstractKeyValueOperation in org.infinispan.client.hotrod.impl.operations
 class PutIfAbsentOperation
          Implements "putIfAbsent" operation as described in Hot Rod protocol specification.
 class PutOperation
          Implements "put" as defined by Hot Rod protocol specification.
 class ReplaceIfUnmodifiedOperation
          Implement "replaceIfUnmodified" as defined by Hot Rod protocol specification.
 class ReplaceOperation
          Implements "Replace" operation as defined by Hot Rod protocol specification.
 


-->

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