Interface ChunkedAdjacencyLists.Consumer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void accept​(long sourceId, byte[] targets, long[][] properties, int compressedByteSize, int numberOfCompressedTargets)  
    • Method Detail

      • accept

        void accept​(long sourceId,
                    byte[] targets,
                    long[][] properties,
                    int compressedByteSize,
                    int numberOfCompressedTargets)