Class CompositeRelationshipsBatchBuffer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFull()  
      void offer​(RelationshipReference record)
      Imports the record at a given position and return the new position.
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • offer

        public void offer​(RelationshipReference record)
        Description copied from interface: StoreScanner.RecordConsumer
        Imports the record at a given position and return the new position. Can also ignore the record if it is not of interest.
      • reset

        public void reset()
      • isFull

        public boolean isFull()