K - graph ID typeVV - vertex value typeEV - edge value typepublic class ChecksumHashCode<K,VV,EV> extends GraphAnalyticBase<K,VV,EV,ChecksumHashCode.Checksum>
env, parallelism| Constructor and Description |
|---|
ChecksumHashCode() |
| Modifier and Type | Method and Description |
|---|---|
ChecksumHashCode.Checksum |
getResult()
This method must be called after the program has executed.
|
ChecksumHashCode<K,VV,EV> |
run(Graph<K,VV,EV> input)
All
GraphAnalytic processing must be terminated by an
OutputFormat. |
execute, execute, setParallelismpublic ChecksumHashCode<K,VV,EV> run(Graph<K,VV,EV> input) throws Exception
GraphAnalyticGraphAnalytic processing must be terminated by an
OutputFormat. Rather than obtained via accumulators rather than
returned by a DataSet.run in interface GraphAnalytic<K,VV,EV,ChecksumHashCode.Checksum>run in class GraphAnalyticBase<K,VV,EV,ChecksumHashCode.Checksum>input - input graphExceptionpublic ChecksumHashCode.Checksum getResult()
GraphAnalyticCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.