Class Hits

  • All Implemented Interfaces:
    org.neo4j.gds.beta.pregel.PregelComputation<Hits.HitsConfig>

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

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

      Constructors 
      Constructor Description
      Hits()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void compute​(org.neo4j.gds.beta.pregel.context.ComputeContext<Hits.HitsConfig> context, org.neo4j.gds.beta.pregel.Messages messages)  
      void init​(org.neo4j.gds.beta.pregel.context.InitContext<Hits.HitsConfig> context)  
      boolean masterCompute​(org.neo4j.gds.beta.pregel.context.MasterComputeContext<Hits.HitsConfig> context)  
      org.neo4j.gds.beta.pregel.PregelSchema schema​(Hits.HitsConfig config)  
      • 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.PregelComputation

        applyRelationshipWeight, close, reducer
    • Constructor Detail

      • Hits

        public Hits()
    • Method Detail

      • schema

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

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

        public void compute​(org.neo4j.gds.beta.pregel.context.ComputeContext<Hits.HitsConfig> context,
                            org.neo4j.gds.beta.pregel.Messages messages)
        Specified by:
        compute in interface org.neo4j.gds.beta.pregel.PregelComputation<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.PregelComputation<Hits.HitsConfig>