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, getUsage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLongDescription, getShortDescription, plan
configure, getName, getUsage
protected LongParameter parallelism
public void printAnalytics(PrintStream out)
Driver
Output
.printAnalytics
in interface Driver<K,VV,EV>
out
- output stream for printing resultsCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.