public static interface GBPTree.Monitor
GBPTree.| Modifier and Type | Interface and Description |
|---|---|
static class |
GBPTree.Monitor.Adaptor
Adapter for
GBPTree.Monitor. |
| Modifier and Type | Method and Description |
|---|---|
void |
checkpointCompleted()
Called when a
GBPTree.checkpoint(IOLimiter) has been completed, but right before
writers are re-enabled. |
void |
cleanupFinished(long numberOfPagesVisited,
long numberOfCleanedCrashPointers,
long durationMillis)
Called after recovery has completed and cleaning has been done.
|
void |
noStoreFile()
Called when the tree was started on no existing store file and so will be created.
|
void |
startupState(boolean clean)
Report tree state on startup.
|
void checkpointCompleted()
GBPTree.checkpoint(IOLimiter) has been completed, but right before
writers are re-enabled.void noStoreFile()
void cleanupFinished(long numberOfPagesVisited,
long numberOfCleanedCrashPointers,
long durationMillis)
numberOfPagesVisited - number of pages visited by the cleaner.numberOfCleanedCrashPointers - number of cleaned crashed pointers.durationMillis - time spent cleaning.void startupState(boolean clean)
clean - true if tree was clean on startup.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.