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

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

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

Subclasses of AbstractKeyOperation in org.infinispan.client.hotrod.impl.operations
 class AbstractKeyValueOperation
          Base class for all operations that manipulate a key and a value.
 class ContainsKeyOperation
          Implements "containsKey" operation as described in Hot Rod protocol specification.
 class GetOperation
          Implements "get" operation as described by Hot Rod protocol specification.
 class GetWithVersionOperation
          Corresponds to getWithVersion operation as described by Hot Rod protocol specification.
 class PutIfAbsentOperation
          Implements "putIfAbsent" operation as described in Hot Rod protocol specification.
 class PutOperation
          Implements "put" as defined by Hot Rod protocol specification.
 class RemoveIfUnmodifiedOperation
          Implements "removeIfUnmodified" operation as defined by Hot Rod protocol specification.
 class RemoveOperation
          Implement "remove" operation as described in 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.
 


Google Analytics

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