Uses of Class
org.redisson.transaction.operation.map.MapOperation
-
Packages that use MapOperation Package Description org.redisson.transaction org.redisson.transaction.operation.map -
-
Uses of MapOperation in org.redisson.transaction
Methods in org.redisson.transaction with parameters of type MapOperation Modifier and Type Method Description protected RFuture<Boolean>BaseTransactionalMap. fastPutIfAbsentOperationAsync(K key, V value, MapOperation mapOperation)protected RFuture<Boolean>BaseTransactionalMap. fastPutIfExistsOperationAsync(K key, V value, MapOperation mapOperation)protected RFuture<Boolean>BaseTransactionalMap. fastPutOperationAsync(K key, V value, MapOperation operation)protected RFuture<V>BaseTransactionalMap. putIfAbsentOperationAsync(K key, V value, MapOperation mapOperation)protected RFuture<V>BaseTransactionalMap. putIfExistsOperationAsync(K key, V value, MapOperation mapOperation)protected RFuture<V>BaseTransactionalMap. putOperationAsync(K key, V value, MapOperation operation) -
Uses of MapOperation in org.redisson.transaction.operation.map
Subclasses of MapOperation in org.redisson.transaction.operation.map Modifier and Type Class Description classMapAddAndGetOperationclassMapCacheFastPutIfAbsentOperationclassMapCacheFastPutOperationclassMapCachePutIfAbsentOperationclassMapCachePutOperationclassMapFastPutIfAbsentOperationclassMapFastPutIfExistsOperationclassMapFastPutOperationclassMapFastRemoveOperationclassMapPutIfAbsentOperationclassMapPutIfExistsOperationclassMapPutOperationclassMapRemoveOperationclassMapReplaceOperation
-