Class Hits

java.lang.Object
org.neo4j.gds.pregel.Hits
All Implemented Interfaces:
org.neo4j.gds.beta.pregel.BasePregelComputation<Hits.HitsConfig>, org.neo4j.gds.beta.pregel.BidirectionalPregelComputation<Hits.HitsConfig>
Direct Known Subclasses:
DeprecatedAlphaHits

public class Hits extends Object implements org.neo4j.gds.beta.pregel.BidirectionalPregelComputation<Hits.HitsConfig>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    compute(org.neo4j.gds.beta.pregel.context.ComputeContext.BidirectionalComputeContext<Hits.HitsConfig> context, org.neo4j.gds.beta.pregel.Messages messages)
     
    org.neo4j.gds.MemoryEstimateDefinition
    estimateDefinition(boolean isAsynchronous)
     
    void
    init(org.neo4j.gds.beta.pregel.context.InitContext.BidirectionalInitContext<Hits.HitsConfig> context)
     
    boolean
    masterCompute(org.neo4j.gds.beta.pregel.context.MasterComputeContext<Hits.HitsConfig> context)
     
    org.neo4j.gds.beta.pregel.PregelSchema
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.neo4j.gds.beta.pregel.BasePregelComputation

    applyRelationshipWeight, close, reducer
  • Constructor Details

    • Hits

      public Hits()
  • Method Details

    • schema

      public org.neo4j.gds.beta.pregel.PregelSchema schema(Hits.HitsConfig config)
      Specified by:
      schema in interface org.neo4j.gds.beta.pregel.BasePregelComputation<Hits.HitsConfig>
    • estimateDefinition

      public org.neo4j.gds.MemoryEstimateDefinition estimateDefinition(boolean isAsynchronous)
      Specified by:
      estimateDefinition in interface org.neo4j.gds.beta.pregel.BasePregelComputation<Hits.HitsConfig>
    • init

      public void init(org.neo4j.gds.beta.pregel.context.InitContext.BidirectionalInitContext<Hits.HitsConfig> context)
      Specified by:
      init in interface org.neo4j.gds.beta.pregel.BidirectionalPregelComputation<Hits.HitsConfig>
    • compute

      public void compute(org.neo4j.gds.beta.pregel.context.ComputeContext.BidirectionalComputeContext<Hits.HitsConfig> context, org.neo4j.gds.beta.pregel.Messages messages)
      Specified by:
      compute in interface org.neo4j.gds.beta.pregel.BidirectionalPregelComputation<Hits.HitsConfig>
    • masterCompute

      public boolean masterCompute(org.neo4j.gds.beta.pregel.context.MasterComputeContext<Hits.HitsConfig> context)
      Specified by:
      masterCompute in interface org.neo4j.gds.beta.pregel.BasePregelComputation<Hits.HitsConfig>