public static class CursorEntity.Stats extends Object
Constructor and Description |
---|
Stats() |
Modifier and Type | Method and Description |
---|---|
Double |
getExecutionTime() |
Long |
getFiltered() |
Long |
getFullCount() |
Long |
getScannedFull() |
Long |
getScannedIndex() |
Long |
getWritesExecuted() |
Long |
getWritesIgnored() |
public Long getWritesExecuted()
public Long getWritesIgnored()
public Long getScannedFull()
public Long getScannedIndex()
public Long getFiltered()
public Long getFullCount()
public Double getExecutionTime()
Copyright © 2016 ArangoDB GmbH. All rights reserved.