Uses of Class
com.loomcache.client.LoomBatch
Packages that use LoomBatch
-
Uses of LoomBatch in com.loomcache.client
Methods in com.loomcache.client that return LoomBatchModifier and TypeMethodDescriptionAdd a member to the set.LoomBatch.atomic()Enable atomic (all-or-nothing) execution.LoomCache.batch()Create a newLoomBatchfor batching multiple data-structure operations into a single server-side execution.LoomClient.batch()Create a newLoomBatchfor batching multiple data-structure operations into a single server-side execution.Delete a key from the map.LoomBatch.QueueOps.offer(byte[] value) Offer a value to the queue.Offer a string value to the queue (UTF-8 encoded).Put a key-value pair into the map.Put a string key-value pair into the map (UTF-8 encoded).LoomBatch.MapOps.putIfAbsent(String key, byte[] value) Put a key only if absent.LoomBatch.MapOps.putIfAbsent(String key, String value) Put a string value only if absent.Remove a member from the set.LoomBatch.replicated()Enable Raft-committed execution.