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(int bytes)
Add up a number of bytes that has been written to the file.
|
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(int bytes)
void done()
void done(IOException exception)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.