Interface IdMapBehavior

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IdMapBuilder create​(int concurrency, java.util.Optional<java.lang.Long> maxOriginalId, java.util.Optional<java.lang.Long> nodeCount)  
      IdMapBuilder create​(java.lang.String id, int concurrency, java.util.Optional<java.lang.Long> maxOriginalId, java.util.Optional<java.lang.Long> nodeCount)
      Attempts to create an IdMapBuilder identified by the given id.
      org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation()  
    • Method Detail

      • create

        IdMapBuilder create​(int concurrency,
                            java.util.Optional<java.lang.Long> maxOriginalId,
                            java.util.Optional<java.lang.Long> nodeCount)
      • create

        IdMapBuilder create​(java.lang.String id,
                            int concurrency,
                            java.util.Optional<java.lang.Long> maxOriginalId,
                            java.util.Optional<java.lang.Long> nodeCount)
        Attempts to create an IdMapBuilder identified by the given id.

        If the id is not recognized, we fall back to the default behavior using create(int, Optional, Optional).

        Parameters:
        id - the id of the IdMapBuilder to create
      • memoryEstimation

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