Package org.neo4j.gds.pregel
Class Hits
- java.lang.Object
-
- org.neo4j.gds.pregel.Hits
-
- All Implemented Interfaces:
org.neo4j.graphalgo.beta.pregel.PregelComputation<Hits.HitsConfig>
public class Hits extends java.lang.Object implements org.neo4j.graphalgo.beta.pregel.PregelComputation<Hits.HitsConfig>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHits.HitsConfig
-
Constructor Summary
Constructors Constructor Description Hits()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(org.neo4j.graphalgo.beta.pregel.context.ComputeContext<Hits.HitsConfig> context, org.neo4j.graphalgo.beta.pregel.Messages messages)voidinit(org.neo4j.graphalgo.beta.pregel.context.InitContext<Hits.HitsConfig> context)voidmasterCompute(org.neo4j.graphalgo.beta.pregel.context.MasterComputeContext<Hits.HitsConfig> context)org.neo4j.graphalgo.beta.pregel.PregelSchemaschema()
-
-
-
Method Detail
-
schema
public org.neo4j.graphalgo.beta.pregel.PregelSchema schema()
- Specified by:
schemain interfaceorg.neo4j.graphalgo.beta.pregel.PregelComputation<Hits.HitsConfig>
-
init
public void init(org.neo4j.graphalgo.beta.pregel.context.InitContext<Hits.HitsConfig> context)
- Specified by:
initin interfaceorg.neo4j.graphalgo.beta.pregel.PregelComputation<Hits.HitsConfig>
-
compute
public void compute(org.neo4j.graphalgo.beta.pregel.context.ComputeContext<Hits.HitsConfig> context, org.neo4j.graphalgo.beta.pregel.Messages messages)
- Specified by:
computein interfaceorg.neo4j.graphalgo.beta.pregel.PregelComputation<Hits.HitsConfig>
-
masterCompute
public void masterCompute(org.neo4j.graphalgo.beta.pregel.context.MasterComputeContext<Hits.HitsConfig> context)
- Specified by:
masterComputein interfaceorg.neo4j.graphalgo.beta.pregel.PregelComputation<Hits.HitsConfig>
-
-