Class PrimitiveSyncDoubleQueues

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation()  
      static PrimitiveSyncDoubleQueues of​(long nodeCount, int initialQueueCapacity, org.neo4j.gds.core.utils.mem.AllocationTracker allocationTracker)  
      static PrimitiveSyncDoubleQueues of​(long nodeCount, org.neo4j.gds.core.utils.mem.AllocationTracker allocationTracker)  
      • Methods inherited from class java.lang.Object

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

      • of

        public static PrimitiveSyncDoubleQueues of​(long nodeCount,
                                                   org.neo4j.gds.core.utils.mem.AllocationTracker allocationTracker)
      • of

        public static PrimitiveSyncDoubleQueues of​(long nodeCount,
                                                   int initialQueueCapacity,
                                                   org.neo4j.gds.core.utils.mem.AllocationTracker allocationTracker)
      • memoryEstimation

        public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation()