public final class GiraphGraphComputer extends AbstractHadoopGraphComputer implements GraphComputer, org.apache.hadoop.util.Tool
GraphComputer.Exceptions, GraphComputer.Features, GraphComputer.Persist, GraphComputer.ResultGraph| Modifier and Type | Field and Description |
|---|---|
protected org.apache.giraph.conf.GiraphConfiguration |
giraphConfiguration |
executed, hadoopGraph, logger, mapReducers, persist, resultGraph, vertexProgram| Constructor and Description |
|---|
GiraphGraphComputer(HadoopGraph hadoopGraph) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
static void |
main(String[] args) |
GraphComputer |
program(VertexProgram vertexProgram) |
int |
run(String[] args) |
void |
setConf(org.apache.hadoop.conf.Configuration configuration) |
Future<ComputerResult> |
submit() |
features, mapReduce, persist, result, toString, validateStatePriorToExecutionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfeatures, mapReduce, persist, resultprotected org.apache.giraph.conf.GiraphConfiguration giraphConfiguration
public GiraphGraphComputer(HadoopGraph hadoopGraph)
public GraphComputer program(VertexProgram vertexProgram)
program in interface GraphComputerprogram in class AbstractHadoopGraphComputerpublic Future<ComputerResult> submit()
submit in interface GraphComputerpublic int run(String[] args)
run in interface org.apache.hadoop.util.Toolpublic void setConf(org.apache.hadoop.conf.Configuration configuration)
setConf in interface org.apache.hadoop.conf.Configurablepublic org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.ConfigurableCopyright © 2013–2015 Apache Software Foundation. All rights reserved.