public interface PageCacheCounters
| Modifier and Type | Method and Description |
|---|---|
long |
bytesRead() |
long |
bytesWritten() |
long |
evictionExceptions() |
long |
evictions() |
long |
faults() |
long |
filesMapped() |
long |
filesUnmapped() |
long |
flushes() |
long |
pins() |
long |
unpins() |
long faults()
long evictions()
long pins()
long unpins()
long flushes()
long bytesRead()
long bytesWritten()
long filesMapped()
long filesUnmapped()
long evictionExceptions()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.