Class ParallelIntPageCreator

  • All Implemented Interfaces:
    org.neo4j.gds.collections.haa.PageCreator<int[]>, org.neo4j.gds.collections.haa.PageCreator.IntPageCreator

    public final class ParallelIntPageCreator
    extends java.lang.Object
    implements org.neo4j.gds.collections.haa.PageCreator.IntPageCreator
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.neo4j.gds.collections.haa.PageCreator

        org.neo4j.gds.collections.haa.PageCreator.BytePageCreator, org.neo4j.gds.collections.haa.PageCreator.DoublePageCreator, org.neo4j.gds.collections.haa.PageCreator.IntPageCreator, org.neo4j.gds.collections.haa.PageCreator.LongPageCreator
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fill​(int[][] pages, int lastPageSize, int pageShift)  
      void fillPage​(int[] page, long base)  
      static ParallelIntPageCreator of​(int concurrency)  
      • Methods inherited from class java.lang.Object

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

      • ParallelIntPageCreator

        public ParallelIntPageCreator​(int concurrency)
    • Method Detail

      • fill

        public void fill​(int[][] pages,
                         int lastPageSize,
                         int pageShift)
        Specified by:
        fill in interface org.neo4j.gds.collections.haa.PageCreator<int[]>
      • fillPage

        public void fillPage​(int[] page,
                             long base)
        Specified by:
        fillPage in interface org.neo4j.gds.collections.haa.PageCreator<int[]>