public static interface ChangeQueue.QueuePropertyFetcher
| Modifier and Type | Method and Description |
|---|---|
long |
getDelayBetweenTwoScansInMillis()
Gets the delay to add between two scans.
|
int |
getQueueSize()
Gets the queue size.
|
boolean |
isIntroduceDelayAfterEveryScan()
Gets the flag to decide whether to sleep after each scan
or only after scans with no changes found.
|
int getQueueSize()
long getDelayBetweenTwoScansInMillis()
boolean isIntroduceDelayAfterEveryScan()