public interface FlushEvent
| Modifier and Type | Field and Description |
|---|---|
static FlushEvent |
NULL
A FlushEvent implementation that does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBytesWritten(long bytes)
Add up a number of bytes that has been written to the file.
|
void |
addPagesFlushed(int pageCount) |
void |
done()
The page flush has completed successfully.
|
void |
done(IOException exception)
The page flush did not complete successfully, but threw the given exception.
|
static final FlushEvent NULL
void addBytesWritten(long bytes)
void done()
void done(IOException exception)
void addPagesFlushed(int pageCount)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.