CompositeFlushDiscoverer
class CompositeFlushDiscoverer extends ArrayIterator implements FlushDiscoverer (View source)
Implements the composite over flush discoverers
Methods
Details
null|bool
shouldFlush()
Check whether we have to flush manifest
The return value is either null or a bool
- null means the discoverer does not override the default behaviour (other discoverers decision)
- bool means the discoverer wants to force flush or prevent it (true or false respectively)