Uses of Class
com.yahoo.docproc.DocumentProcessor.Progress
Packages that use DocumentProcessor.Progress
-
Uses of DocumentProcessor.Progress in com.yahoo.docproc
Subclasses of DocumentProcessor.Progress in com.yahoo.docprocFields in com.yahoo.docproc declared as DocumentProcessor.ProgressModifier and TypeFieldDescriptionstatic final DocumentProcessor.ProgressDocumentProcessor.Progress.DONEReturned by a processor when it is done with a processingstatic final DocumentProcessor.ProgressDocumentProcessor.Progress.FAILEDReturned by a processor when a processing has failed and it should not be called again for this processing.static final DocumentProcessor.ProgressDocumentProcessor.Progress.LATERReturned by a processor when it should be called again later for the same processingstatic final DocumentProcessor.ProgressDocumentProcessor.Progress.PERMANENT_FAILUREReturned by a processor when processing has permanently failed, so that the document processing service should disable itself until reconfigured or restarted.Methods in com.yahoo.docproc that return DocumentProcessor.ProgressModifier and TypeMethodDescriptionCall.call(Processing processing) Call the DocumentProcessor of this call.static DocumentProcessor.ProgressDocumentProcessor.Progress.later(long delay) abstract DocumentProcessor.ProgressDocumentProcessor.process(Processing processing) Processes a processing, which can contain zero or more document bases.SimpleDocumentProcessor.process(Processing processing) Simple process() that follows the official guidelines for looping overDocumentOperations, and then calls the appropriate, overloaded process() depending on the type of base.DocumentProcessor.Progress.withReason(String reason) -
Uses of DocumentProcessor.Progress in com.yahoo.docproc.impl
Methods in com.yahoo.docproc.impl that return DocumentProcessor.ProgressModifier and TypeMethodDescriptionDocprocExecutor.process(Processing processing) Processes a given Processing through the CallStack of this executor.DocprocExecutor.processUntilDone(Processing processing) Processes a given Processing through the CallStack of this executor.