QueryStatistics which you can get from Result
when using GraphDatabaseService.execute(String, Map).@Deprecated public class QueryStatistics extends Object implements org.neo4j.graphdb.QueryStatistics
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsUpdates()
Deprecated.
If the query updated the graph in any way, this method will return true.
|
int |
getConstraintsAdded()
Deprecated.
Returns the number of constraint added by this query.
|
int |
getConstraintsRemoved()
Deprecated.
Returns the number of constraint removed by this query.
|
int |
getDeletedNodes()
Deprecated.
Returns the number of nodes deleted by this query.
|
int |
getDeletedRelationships()
Deprecated.
Returns the number of relationships deleted by this query.
|
int |
getIndexesAdded()
Deprecated.
Returns the number of indexes added by this query.
|
int |
getIndexesRemoved()
Deprecated.
Returns the number of indexes removed by this query.
|
int |
getLabelsAdded()
Deprecated.
Returns the number of labels added to any node by this query.
|
int |
getLabelsRemoved()
Deprecated.
Returns the number of labels removed from any node by this query.
|
int |
getNodesCreated()
Deprecated.
Returns the number of nodes created by this query.
|
int |
getNodesDeleted()
Deprecated.
|
int |
getPropertiesSet()
Deprecated.
Returns the number of properties set by this query.
|
int |
getRelationshipsCreated()
Deprecated.
Returns the number of relationships created by this query.
|
int |
getRelationshipsDeleted()
Deprecated.
|
String |
toString()
Deprecated.
|
public int getNodesCreated()
getNodesCreated in interface org.neo4j.graphdb.QueryStatisticspublic int getNodesDeleted()
getNodesDeleted in interface org.neo4j.graphdb.QueryStatisticspublic int getRelationshipsCreated()
getRelationshipsCreated in interface org.neo4j.graphdb.QueryStatisticspublic int getRelationshipsDeleted()
getRelationshipsDeleted in interface org.neo4j.graphdb.QueryStatisticspublic int getPropertiesSet()
getPropertiesSet in interface org.neo4j.graphdb.QueryStatisticspublic int getDeletedNodes()
public int getDeletedRelationships()
public int getLabelsAdded()
getLabelsAdded in interface org.neo4j.graphdb.QueryStatisticspublic int getLabelsRemoved()
getLabelsRemoved in interface org.neo4j.graphdb.QueryStatisticspublic int getIndexesAdded()
getIndexesAdded in interface org.neo4j.graphdb.QueryStatisticspublic int getIndexesRemoved()
getIndexesRemoved in interface org.neo4j.graphdb.QueryStatisticspublic int getConstraintsAdded()
getConstraintsAdded in interface org.neo4j.graphdb.QueryStatisticspublic int getConstraintsRemoved()
getConstraintsRemoved in interface org.neo4j.graphdb.QueryStatisticspublic boolean containsUpdates()
containsUpdates in interface org.neo4j.graphdb.QueryStatisticsCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.