Class RecordsBatchBuffer<Reference>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long[] batch()  
      int capacity()  
      boolean isFull()  
      int length()  
      void reset()
      Resets the internal state of the consumer so that a new batch of records can be consumed.
      • Methods inherited from class java.lang.Object

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

      • length

        public int length()
      • capacity

        public int capacity()
      • isFull

        public boolean isFull()
      • batch

        public long[] batch()