Class LoomBatch.QueueOps

java.lang.Object
com.loomcache.client.LoomBatch.QueueOps
Enclosing class:
LoomBatch

public static final class LoomBatch.QueueOps extends Object
Fluent builder for queue operations within a batch.
Since:
1.3
  • Method Details

    • offer

      public LoomBatch offer(byte[] value)
      Offer a value to the queue. The value must contain UTF-8 text bytes.
    • offer

      public LoomBatch offer(String value)
      Offer a string value to the queue (UTF-8 encoded).