Uses of Package
org.infinispan.client.hotrod.impl.operations

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

Classes in org.infinispan.client.hotrod.impl.operations used by org.infinispan.client.hotrod.impl
OperationsFactory
          Factory for HotRodOperation objects.
PingOperation.PingResult
           
 

Classes in org.infinispan.client.hotrod.impl.operations used by org.infinispan.client.hotrod.impl.operations
AbstractKeyOperation
          Basic class for all hot rod operations that manipulate a key.
AbstractKeyValueOperation
          Base class for all operations that manipulate a key and a value.
BulkGetOperation
          Reads more keys at a time.
ClearOperation
          Corresponds to clear operation as defined by Hot Rod protocol specification.
ContainsKeyOperation
          Implements "containsKey" operation as described in Hot Rod protocol specification.
GetOperation
          Implements "get" operation as described by Hot Rod protocol specification.
GetWithVersionOperation
          Corresponds to getWithVersion operation as described by Hot Rod protocol specification.
HotRodOperation
          Generic Hot Rod operation.
PingOperation
          Corresponds to the "ping" operation as defined in Hot Rod protocol specification.
PingOperation.PingResult
           
PutIfAbsentOperation
          Implements "putIfAbsent" operation as described in Hot Rod protocol specification.
PutOperation
          Implements "put" as defined by Hot Rod protocol specification.
RemoveIfUnmodifiedOperation
          Implements "removeIfUnmodified" operation as defined by Hot Rod protocol specification.
RemoveOperation
          Implement "remove" operation as described in Hot Rod protocol specification.
ReplaceIfUnmodifiedOperation
          Implement "replaceIfUnmodified" as defined by Hot Rod protocol specification.
ReplaceOperation
          Implements "Replace" operation as defined by Hot Rod protocol specification.
RetryOnFailureOperation
          Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection.
StatsOperation
          Implements to the stats operation as defined by Hot Rod protocol specification.
 


-->

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