Class LoomBatch.MapOps
java.lang.Object
com.loomcache.client.LoomBatch.MapOps
- Enclosing class:
LoomBatch
Fluent builder for map operations within a batch.
- Since:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionDelete a key from the map.Put a key-value pair into the map.Put a string key-value pair into the map (UTF-8 encoded).putIfAbsent(String key, byte[] value) Put a key only if absent.putIfAbsent(String key, String value) Put a string value only if absent.
-
Method Details
-
put
-
put
-
delete
-
putIfAbsent
-
putIfAbsent
-