Package org.neo4j.gds.paths.delta
Class DeltaSteppingFactory<T extends AllShortestPathsDeltaBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<DeltaStepping,T>
-
- org.neo4j.gds.paths.delta.DeltaSteppingFactory<T>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,DeltaStepping,T>
public class DeltaSteppingFactory<T extends AllShortestPathsDeltaBaseConfig> extends org.neo4j.gds.GraphAlgorithmFactory<DeltaStepping,T>
-
-
Constructor Summary
Constructors Constructor Description DeltaSteppingFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeltaSteppingbuild(org.neo4j.gds.api.Graph graph, T configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(T configuration)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.Graph graphOrGraphStore, AllShortestPathsDeltaBaseConfig config)java.lang.StringtaskName()
-
-
-
Method Detail
-
build
public DeltaStepping build(org.neo4j.gds.api.Graph graph, T configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
taskName
public java.lang.String taskName()
-
progressTask
public org.neo4j.gds.core.utils.progress.tasks.Task progressTask(org.neo4j.gds.api.Graph graphOrGraphStore, AllShortestPathsDeltaBaseConfig config)
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(T configuration)
-
-