Class OpenGdsIdMapBehavior

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IdMapBuilder create​(int concurrency, java.util.Optional<java.lang.Long> maxOriginalId, java.util.Optional<java.lang.Long> nodeCount)  
      org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation()  
      • Methods inherited from class java.lang.Object

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

      • OpenGdsIdMapBehavior

        public OpenGdsIdMapBehavior()
    • Method Detail

      • create

        public IdMapBuilder create​(int concurrency,
                                   java.util.Optional<java.lang.Long> maxOriginalId,
                                   java.util.Optional<java.lang.Long> nodeCount)
        Specified by:
        create in interface IdMapBehavior
      • memoryEstimation

        public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation()
        Specified by:
        memoryEstimation in interface IdMapBehavior