public abstract static class GraphCallback.WithoutResult extends Object implements GraphCallback<Void>
GraphCallback.WithoutResult| Constructor and Description |
|---|
WithoutResult() |
| Modifier and Type | Method and Description |
|---|---|
Void |
doWithGraph(GraphDatabase graph) |
abstract void |
doWithGraphWithoutResult(GraphDatabase graph) |
public Void doWithGraph(GraphDatabase graph) throws Exception
doWithGraph in interface GraphCallback<Void>Exceptionpublic abstract void doWithGraphWithoutResult(GraphDatabase graph) throws Exception
ExceptionCopyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.