Class RelationshipsBatchBuffer<PROPERTY_REF>

    • Method Detail

      • add

        public void add​(long sourceId,
                        long targetId)
      • add

        public void add​(long sourceId,
                        long targetId,
                        long relationshipReference,
                        PROPERTY_REF propertyReference)
      • sortBySource

        public long[] sortBySource()
      • sortByTarget

        public long[] sortByTarget()
      • spareLongs

        public long[] spareLongs()
      • spareInts

        public int[] spareInts()