Class AllShortestPathsDeltaWriteSpec
- java.lang.Object
-
- org.neo4j.gds.paths.singlesource.delta.AllShortestPathsDeltaWriteSpec
-
- All Implemented Interfaces:
org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig,java.util.stream.Stream<org.neo4j.gds.results.StandardWriteRelationshipsResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig>>
public class AllShortestPathsDeltaWriteSpec extends java.lang.Object implements org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig,java.util.stream.Stream<org.neo4j.gds.results.StandardWriteRelationshipsResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig>>
-
-
Constructor Summary
Constructors Constructor Description AllShortestPathsDeltaWriteSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig>algorithmFactory()org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig,java.util.stream.Stream<org.neo4j.gds.results.StandardWriteRelationshipsResult>>computationResultConsumer()java.lang.Stringname()org.neo4j.gds.executor.NewConfigFunction<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig>newConfigFunction()
-
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
namein interfaceorg.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig,java.util.stream.Stream<org.neo4j.gds.results.StandardWriteRelationshipsResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig>>
-
algorithmFactory
public org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig> algorithmFactory()
- Specified by:
algorithmFactoryin interfaceorg.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig,java.util.stream.Stream<org.neo4j.gds.results.StandardWriteRelationshipsResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig>>
-
newConfigFunction
public org.neo4j.gds.executor.NewConfigFunction<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig> newConfigFunction()
- Specified by:
newConfigFunctionin interfaceorg.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig,java.util.stream.Stream<org.neo4j.gds.results.StandardWriteRelationshipsResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig>>
-
computationResultConsumer
public org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig,java.util.stream.Stream<org.neo4j.gds.results.StandardWriteRelationshipsResult>> computationResultConsumer()
- Specified by:
computationResultConsumerin interfaceorg.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig,java.util.stream.Stream<org.neo4j.gds.results.StandardWriteRelationshipsResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig>>
-
-