ExecutionPlanDescription which you can get from Result
when using GraphDatabaseService.execute(String, Map).@Deprecated public interface PlanDescription
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getArguments()
Deprecated.
Retrieve argument map for the associated execution step
Valid arguments are all Java primitive values, Strings, Arrays of those, and Maps from Strings to
valid arguments.
|
List<PlanDescription> |
getChildren()
Deprecated.
|
String |
getName()
Deprecated.
|
ProfilerStatistics |
getProfilerStatistics()
Deprecated.
|
boolean |
hasProfilerStatistics()
Deprecated.
|
String getName()
Map<String,Object> getArguments()
List<PlanDescription> getChildren()
boolean hasProfilerStatistics()
ProfilerStatistics getProfilerStatistics() throws org.neo4j.cypher.ProfilerStatisticsNotReadyException
org.neo4j.cypher.ProfilerStatisticsNotReadyException - iff profiler statistics are not availableCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.