Class MemoryEstimationExecutor<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,​ALGO_RESULT,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>


  • public class MemoryEstimationExecutor<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,​ALGO_RESULT,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
    extends java.lang.Object
    • Method Detail

      • computeEstimate

        public java.util.stream.Stream<org.neo4j.gds.results.MemoryEstimateResult> computeEstimate​(java.lang.Object graphNameOrConfiguration,
                                                                                                   java.util.Map<java.lang.String,​java.lang.Object> algoConfiguration)
      • procedureMemoryEstimation

        protected org.neo4j.gds.core.utils.mem.MemoryTreeWithDimensions procedureMemoryEstimation​(org.neo4j.gds.core.GraphDimensions dimensions,
                                                                                                  java.util.Optional<org.neo4j.gds.core.utils.mem.MemoryEstimation> maybeEstimation,
                                                                                                  org.neo4j.gds.AlgorithmFactory<?,​ALGO,​CONFIG> algorithmFactory,
                                                                                                  CONFIG config)