Class PageRankAlgorithm.PageRankMasterCompute

  • All Implemented Interfaces:
    org.apache.giraph.aggregators.AggregatorUsage, org.apache.giraph.conf.GiraphConfigurationSettable, org.apache.giraph.conf.ImmutableClassesGiraphConfigurable, org.apache.giraph.master.MasterAggregatorUsage, org.apache.giraph.master.MasterGlobalCommUsage, org.apache.giraph.master.MasterGlobalCommUsageAggregators, org.apache.hadoop.io.Writable
    Enclosing class:
    PageRankAlgorithm

    public static class PageRankAlgorithm.PageRankMasterCompute
    extends org.apache.giraph.master.DefaultMasterCompute
    Master compute associated with PageRankAlgorithm. It registers required aggregators.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize()  
      • Methods inherited from class org.apache.giraph.master.DefaultMasterCompute

        compute, readFields, write
      • Methods inherited from class org.apache.giraph.master.MasterCompute

        broadcast, getAggregatedValue, getComputation, getContext, getMessageCombiner, getReduced, getSuperstep, getTotalNumEdges, getTotalNumVertices, getWorkerInfoList, haltComputation, isHalted, logToCommandLine, registerAggregator, registerPersistentAggregator, registerReducer, registerReducer, setAggregatedValue, setComputation, setGraphState, setIncomingMessage, setMasterService, setMessageCombiner, setOutgoingMessage, setOutgoingMessageClasses, setSuperstepClasses
      • Methods inherited from class org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable

        getConf, setConf
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageRankMasterCompute

        public PageRankMasterCompute()
    • Method Detail

      • initialize

        public void initialize()
                        throws java.lang.InstantiationException,
                               java.lang.IllegalAccessException
        Overrides:
        initialize in class org.apache.giraph.master.DefaultMasterCompute
        Throws:
        java.lang.InstantiationException
        java.lang.IllegalAccessException