Infinispan Distribution 5.2.6.Final-redhat-2

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

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

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

Subclasses of RetryOnFailureOperation in org.infinispan.client.hotrod.impl.operations
 class AbstractKeyOperation<T>
          Basic class for all hot rod operations that manipulate a key.
 class AbstractKeyValueOperation<T>
          Base class for all operations that manipulate a key and a value.
 class BulkGetKeysOperation
          Reads all keys.
 class BulkGetOperation
          Reads more keys at a time.
 class ClearOperation
          Corresponds to clear operation as defined by Hot Rod protocol specification.
 class ContainsKeyOperation
          Implements "containsKey" operation as described in Hot Rod protocol specification.
 class FaultTolerantPingOperation
          A fault tolerant ping operation that can survive to node failures.
 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.
 class StatsOperation
          Implements to the stats 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.