Package | Description |
---|---|
org.infinispan.client.hotrod.impl.operations |
Modifier and Type | Class and Description |
---|---|
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 |
ReplaceIfUnmodifiedOperation
Implement "replaceIfUnmodified" as defined by Hot Rod
protocol specification.
|
class |
ReplaceOperation<V>
Implements "Replace" operation as defined by Hot Rod
protocol specification.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.