Class BFS
- java.lang.Object
 - 
- org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable<I,V,E>
 - 
- org.apache.giraph.worker.WorkerAggregatorDelegator<OID_T,VDATA_T,EDATA_T>
 - 
- org.apache.giraph.graph.AbstractComputation<I,V,E,M,M>
 - 
- org.apache.giraph.graph.BasicComputation<org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.IntWritable>
 - 
- com.alibaba.graphscope.example.giraph.BFS
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 org.apache.giraph.aggregators.AggregatorUsage,org.apache.giraph.conf.GiraphConfigurationSettable<org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.FloatWritable>,org.apache.giraph.conf.ImmutableClassesGiraphConfigurable<org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.FloatWritable>,org.apache.giraph.conf.TypesHolder<org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable>,org.apache.giraph.graph.Computation<org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable>,org.apache.giraph.worker.WorkerAggregatorUsage,org.apache.giraph.worker.WorkerBroadcastUsage,org.apache.giraph.worker.WorkerGlobalCommUsage,org.apache.giraph.worker.WorkerIndexUsage<org.apache.hadoop.io.IntWritable>,org.apache.giraph.worker.WorkerReduceUsage
public class BFS extends org.apache.giraph.graph.BasicComputation<org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.FloatWritable,org.apache.hadoop.io.IntWritable> 
- 
- 
Field Summary
Fields Modifier and Type Field Description static org.apache.giraph.conf.LongConfOptionSOURCE_IDThe start id 
- 
Constructor Summary
Constructors Constructor Description BFS() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.FloatWritable> vertex, Iterable<org.apache.hadoop.io.IntWritable> messages)Must be defined by user to do computation on a single Vertex.- 
Methods inherited from class org.apache.giraph.graph.AbstractComputation
addEdgeRequest, addVertexRequest, addVertexRequest, getContext, getMyWorkerIndex, getSuperstep, getTotalNumEdges, getTotalNumVertices, getWorkerContext, getWorkerCount, getWorkerForVertex, incStep, initialize, postSuperstep, preSuperstep, removeEdgesRequest, removeVertexRequest, sendMessage, sendMessageToAllEdges, sendMessageToMultipleEdges, setFragment, setGiraphMessageManager, setWorkerContext 
- 
Methods inherited from class org.apache.giraph.worker.WorkerAggregatorDelegator
aggregate, getAggregatedValue, getBroadcast, reduce, reduceMerge, setAggregatorManager 
- 
Methods inherited from class org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable
getConf, setConf 
 - 
 
 - 
 
- 
- 
Method Detail
- 
compute
public void compute(org.apache.giraph.graph.Vertex<org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.FloatWritable> vertex, Iterable<org.apache.hadoop.io.IntWritable> messages) throws IOExceptionMust be defined by user to do computation on a single Vertex.- Parameters:
 vertex- Vertexmessages- Messages that were sent to this vertex in the previous superstep. Each message is only guaranteed to have- Throws:
 IOException
 
 - 
 
 -