public interface Statistics
Modifier and Type | Interface and Description |
---|---|
static class |
Statistics.Label
Different Statistics labels
|
Modifier and Type | Method and Description |
---|---|
String |
getStringValue(Statistics.Label label)
Retrieves the relevant statistic
|
int |
indicesAdded() |
int |
indicesDeleted() |
int |
labelsAdded() |
int |
nodesCreated() |
int |
nodesDeleted() |
int |
propertiesSet() |
int |
relationshipsCreated() |
int |
relationshipsDeleted() |
String getStringValue(Statistics.Label label)
label
- the requested statistic labelint nodesCreated()
int nodesDeleted()
int indicesAdded()
int indicesDeleted()
int labelsAdded()
int relationshipsDeleted()
int relationshipsCreated()
int propertiesSet()
Copyright © 2020 RedisLabs. All rights reserved.