|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HotRodOperation | |
---|---|
org.infinispan.client.hotrod.impl.operations |
Uses of HotRodOperation in org.infinispan.client.hotrod.impl.operations |
---|
Subclasses of HotRodOperation in org.infinispan.client.hotrod.impl.operations | |
---|---|
class |
AbstractKeyOperation
Basic class for all hot rod operations that manipulate a key. |
class |
AbstractKeyValueOperation
Base class for all operations that manipulate a key and a value. |
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 |
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 |
PingOperation
Corresponds to the "ping" operation as defined in 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. |
class |
RetryOnFailureOperation
Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection. |
class |
StatsOperation
Implements to the stats operation as defined by Hot Rod protocol specification. |
|
--> |