public class StatisticsImpl extends Object implements Statistics
Statistics.Label
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getIntValue(Statistics.Label label) |
String |
getStringValue(Statistics.Label label)
Retrieves the relevant statistic
|
int |
hashCode() |
int |
indicesAdded() |
int |
indicesDeleted() |
int |
labelsAdded() |
int |
nodesCreated() |
int |
nodesDeleted() |
int |
propertiesSet() |
int |
relationshipsCreated() |
int |
relationshipsDeleted() |
String |
toString() |
public String getStringValue(Statistics.Label label)
Statistics
getStringValue
in interface Statistics
label
- the requested statistic label as keypublic int getIntValue(Statistics.Label label)
label
- the requested statistic label as keypublic int nodesCreated()
nodesCreated
in interface Statistics
public int nodesDeleted()
nodesDeleted
in interface Statistics
public int indicesAdded()
indicesAdded
in interface Statistics
public int indicesDeleted()
indicesDeleted
in interface Statistics
public int labelsAdded()
labelsAdded
in interface Statistics
public int relationshipsDeleted()
relationshipsDeleted
in interface Statistics
public int relationshipsCreated()
relationshipsCreated
in interface Statistics
public int propertiesSet()
propertiesSet
in interface Statistics
Copyright © 2020 RedisLabs. All rights reserved.