public interface IFetchThrottler
Modifier and Type | Method and Description |
---|---|
IStreamThrottler |
createFetchStream()
Open a fetch stream.
|
boolean |
obtainFetchDocumentPermission()
Get permission to fetch a document.
|
boolean |
obtainFetchDocumentPermission(IBreakCheck breakCheck)
Get permission to fetch a document.
|
static final String _rcsid
boolean obtainFetchDocumentPermission() throws InterruptedException
InterruptedException
boolean obtainFetchDocumentPermission(IBreakCheck breakCheck) throws InterruptedException, BreakException
InterruptedException
BreakException
IStreamThrottler createFetchStream()