Package | Description |
---|---|
org.infinispan.client.hotrod.impl.operations |
Modifier and Type | Class and Description |
---|---|
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<V>
Implements "get" operation as described by Hot Rod protocol specification.
|
class |
GetWithMetadataOperation<V>
Corresponds to getWithMetadata operation as described by
Hot Rod protocol specification.
|
class |
GetWithVersionOperation<V>
Deprecated.
|
class |
PutIfAbsentOperation<V>
Implements "putIfAbsent" operation as described in Hot Rod
protocol specification.
|
class |
PutOperation<V>
Implements "put" as defined by Hot Rod protocol specification.
|
class |
RemoveIfUnmodifiedOperation<V>
Implements "removeIfUnmodified" operation as defined by
Hot Rod protocol specification.
|
class |
RemoveOperation<V>
Implement "remove" operation as described in Hot Rod
protocol specification.
|
class |
ReplaceIfUnmodifiedOperation
Implement "replaceIfUnmodified" as defined by Hot Rod
protocol specification.
|
class |
ReplaceOperation<V>
Implements "Replace" operation as defined by Hot Rod
protocol specification.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.