Infinispan Distribution 5.2.6.Final-redhat-2

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<T>
          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 GetWithMetadataOperation
          Corresponds to getWithMetadata operation as described by Hot Rod protocol specification.
 class GetWithVersionOperation
          Deprecated. 
 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.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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