K - graph ID typeVV - vertex value typeEV - edge value typepublic abstract class DriverBase<K,VV,EV> extends ParameterizedBase implements Driver<K,VV,EV>
| Modifier and Type | Field and Description |
|---|---|
protected LongParameter |
parallelism |
| Constructor and Description |
|---|
DriverBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
printAnalytics(PrintStream out)
Analytic results are summaries so are always printed to the console irrespective of the
chosen
Output. |
addParameter, configure, getName, getUsageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongDescription, getShortDescription, planconfigure, getName, getUsageprotected LongParameter parallelism
public void printAnalytics(PrintStream out)
DriverOutput.printAnalytics in interface Driver<K,VV,EV>out - output stream for printing resultsCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.