Uses of Class
com.redwood.scheduler.api.exception.JobFileTransientException
-
Packages that use JobFileTransientException Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.search Scheduler API - Search results -
-
Uses of JobFileTransientException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw JobFileTransientException Modifier and Type Method Description CommonLog
JobFile. getCommonLog()
Wraps up the output file, using the common log format.InputStream
JobFile. getInputStream()
Retrieve an input stream for this jobfile.InputStream
JobFile. getInputStream(Long offset, Long length)
Retrieve an input stream for this jobfile. -
Uses of JobFileTransientException in com.redwood.scheduler.api.search
Methods in com.redwood.scheduler.api.search that throw JobFileTransientException Modifier and Type Method Description boolean
SearchResultSet. next()
Attempt to advance to the next result.
-