Class ColoringStep

  • All Implemented Interfaces:
    java.lang.Runnable

    public final class ColoringStep
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      ColoringStep​(org.neo4j.gds.api.RelationshipIterator graph, org.neo4j.gds.core.utils.paged.HugeLongArray colors, com.carrotsearch.hppc.BitSet nodesToColor, org.neo4j.gds.core.utils.partition.Partition partition, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • INITIAL_FORBIDDEN_COLORS

        public static final int INITIAL_FORBIDDEN_COLORS
        See Also:
        Constant Field Values
    • Constructor Detail

      • ColoringStep

        public ColoringStep​(org.neo4j.gds.api.RelationshipIterator graph,
                            org.neo4j.gds.core.utils.paged.HugeLongArray colors,
                            com.carrotsearch.hppc.BitSet nodesToColor,
                            org.neo4j.gds.core.utils.partition.Partition partition,
                            org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable