Class RecordsBatchBuffer

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RecordsBatchBuffer​(int capacity)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long[] batch()  
      int capacity()  
      boolean isFull()  
      int length()  
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • RecordsBatchBuffer

        protected RecordsBatchBuffer​(int capacity)
    • Method Detail

      • length

        public int length()
      • capacity

        public int capacity()
      • isFull

        public boolean isFull()
      • reset

        public void reset()
      • batch

        public long[] batch()