Package org.neo4j.gds.beta.indexInverse
Class InverseRelationshipsAlgorithmFactory
- java.lang.Object
-
- org.neo4j.gds.GraphStoreAlgorithmFactory<InverseRelationships,InverseRelationshipsConfig>
-
- org.neo4j.gds.beta.indexInverse.InverseRelationshipsAlgorithmFactory
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.GraphStore,InverseRelationships,InverseRelationshipsConfig>
public class InverseRelationshipsAlgorithmFactory extends org.neo4j.gds.GraphStoreAlgorithmFactory<InverseRelationships,InverseRelationshipsConfig>
-
-
Constructor Summary
Constructors Constructor Description InverseRelationshipsAlgorithmFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InverseRelationshipsbuild(org.neo4j.gds.api.GraphStore graphStore, InverseRelationshipsConfig configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(InverseRelationshipsConfig configuration)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.GraphStore graphStore, InverseRelationshipsConfig config)java.lang.StringtaskName()
-
-
-
Method Detail
-
build
public InverseRelationships build(org.neo4j.gds.api.GraphStore graphStore, InverseRelationshipsConfig 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.GraphStore graphStore, InverseRelationshipsConfig config)
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(InverseRelationshipsConfig configuration)
-
-