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.InterruptedException
void newDocument(DocumentHandle documentHandle, MonitorCheckpoint mcp) throws java.lang.InterruptedException
java.lang.InterruptedException
void deletedDocument(DocumentHandle documentHandle, MonitorCheckpoint mcp) throws java.lang.InterruptedException
java.lang.InterruptedException
void changedDocument(DocumentHandle documentHandle, MonitorCheckpoint mcp) throws java.lang.InterruptedException
java.lang.InterruptedException
void passComplete(MonitorCheckpoint mcp) throws java.lang.InterruptedException
java.lang.InterruptedException
boolean hasEnqueuedAtLeastOneChangeThisPass()
void passPausing(int sleepms) throws java.lang.InterruptedException
java.lang.InterruptedException