Interface DegreeComputer


  • public interface DegreeComputer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DegreeCache degree​(java.util.concurrent.ExecutorService executor, int concurrency, org.neo4j.graphalgo.core.utils.paged.AllocationTracker tracker)  
    • Method Detail

      • degree

        DegreeCache degree​(java.util.concurrent.ExecutorService executor,
                           int concurrency,
                           org.neo4j.graphalgo.core.utils.paged.AllocationTracker tracker)