public interface PageCache
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesRead() |
long |
getBytesWritten() |
long |
getEvictionExceptions() |
long |
getEvictions() |
long |
getFaults() |
long |
getFileMappings() |
long |
getFileUnmappings() |
long |
getFlushes() |
long |
getPins() |
long |
getUnpins() |
static final String NAME
long getFaults()
long getEvictions()
long getPins()
long getUnpins()
long getFlushes()
long getBytesRead()
long getBytesWritten()
long getFileMappings()
long getFileUnmappings()
long getEvictionExceptions()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.