Class BatchRead


  • public class BatchRead
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchRead()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void commit​(TransactionWithReads tx)
      Performs this batch of reads in the context of another transaction
      eu.antidotedb.client.BatchReadResultImpl readHelper​(com.google.protobuf.ByteString bucket, com.google.protobuf.ByteString key, AntidotePB.CRDT_type type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BatchRead

        public BatchRead()
    • Method Detail

      • commit

        public void commit​(TransactionWithReads tx)
        Performs this batch of reads in the context of another transaction
      • readHelper

        public eu.antidotedb.client.BatchReadResultImpl readHelper​(com.google.protobuf.ByteString bucket,
                                                                   com.google.protobuf.ByteString key,
                                                                   AntidotePB.CRDT_type type)