| Package | Description |
|---|---|
| org.neo4j.io.pagecache |
The Neo4j PageCache API
|
| Modifier and Type | Method and Description |
|---|---|
static IOLimiter |
IOLimiter.unlimited()
An IOPSLimiter implementation that does not restrict the rate of IO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageCache.flushAndForce(IOLimiter limiter)
Flush all dirty pages, but limit the rate of IO as advised by the given IOPSLimiter.
|
void |
PagedFile.flushAndForce(IOLimiter limiter)
Flush all dirty pages into the file channel, and force the file channel to disk, but limit the rate of IO as
advised by the given IOPSLimiter.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.