@Immutable public interface SummaryCounters
Modifier and Type | Method and Description |
---|---|
int |
constraintsAdded() |
int |
constraintsRemoved() |
boolean |
containsSystemUpdates()
If the query updated the system graph in any way, this method will return true,
|
boolean |
containsUpdates()
Whether there were any updates at all, eg.
|
int |
indexesAdded() |
int |
indexesRemoved() |
int |
labelsAdded() |
int |
labelsRemoved() |
int |
nodesCreated() |
int |
nodesDeleted() |
int |
propertiesSet() |
int |
relationshipsCreated() |
int |
relationshipsDeleted() |
int |
systemUpdates() |
boolean containsUpdates()
int nodesCreated()
int nodesDeleted()
int relationshipsCreated()
int relationshipsDeleted()
int propertiesSet()
int labelsAdded()
int labelsRemoved()
int indexesAdded()
int indexesRemoved()
int constraintsAdded()
int constraintsRemoved()
boolean containsSystemUpdates()
int systemUpdates()