public static interface DocumentSnapshotRepositoryMonitor.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
changedDocument(DocumentHandle documentHandle,
MonitorCheckpoint mcp) |
void |
deletedDocument(DocumentHandle documentHandle,
MonitorCheckpoint mcp) |
boolean |
hasEnqueuedAtLeastOneChangeThisPass() |
void |
newDocument(DocumentHandle documentHandle,
MonitorCheckpoint mcp) |
void |
passBegin() |
void |
passComplete(MonitorCheckpoint mcp) |
void |
passPausing(int sleepms) |
void passBegin()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid newDocument(DocumentHandle documentHandle, MonitorCheckpoint mcp) throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid deletedDocument(DocumentHandle documentHandle, MonitorCheckpoint mcp) throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid changedDocument(DocumentHandle documentHandle, MonitorCheckpoint mcp) throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid passComplete(MonitorCheckpoint mcp) throws java.lang.InterruptedException
java.lang.InterruptedExceptionboolean hasEnqueuedAtLeastOneChangeThisPass()
void passPausing(int sleepms)
throws java.lang.InterruptedException
java.lang.InterruptedException