Class HBaseComputation<I,​V extends org.apache.hadoop.io.Writable,​E extends org.apache.hadoop.io.Writable,​M extends org.apache.hadoop.io.Writable>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void compute​(org.apache.giraph.graph.Vertex<ObjectWritable<I>,​VertexValueWritable<V>,​EdgeValueWritable<E>> vertex, Iterable<M> messages)  
      • Methods inherited from class org.apache.giraph.graph.AbstractComputation

        addEdgeRequest, addVertexRequest, addVertexRequest, getContext, getMyWorkerIndex, getSuperstep, getTotalNumEdges, getTotalNumVertices, getWorkerContext, getWorkerCount, getWorkerForVertex, initialize, postSuperstep, preSuperstep, removeEdgesRequest, removeVertexRequest, sendMessage, sendMessageToAllEdges, sendMessageToMultipleEdges
      • Methods inherited from class org.apache.giraph.worker.WorkerAggregatorDelegator

        aggregate, getAggregatedValue, getBroadcast, reduce, reduceMerge, setWorkerGlobalCommUsage
      • Methods inherited from class org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable

        getConf, setConf
      • Methods inherited from interface org.apache.giraph.aggregators.AggregatorUsage

        getAggregatedValue
      • Methods inherited from interface org.apache.giraph.conf.GiraphConfigurationSettable

        setConf
      • Methods inherited from interface org.apache.giraph.conf.ImmutableClassesGiraphConfigurable

        getConf
      • Methods inherited from interface org.apache.giraph.worker.WorkerAggregatorUsage

        aggregate
      • Methods inherited from interface org.apache.giraph.worker.WorkerBroadcastUsage

        getBroadcast
      • Methods inherited from interface org.apache.giraph.worker.WorkerReduceUsage

        reduce, reduceMerge