Uses of Class
com.yahoo.docproc.Processing
Packages that use Processing
Package
Description
-
Uses of Processing in com.yahoo.docproc
Methods in com.yahoo.docproc that return ProcessingModifier and TypeMethodDescriptionstatic ProcessingProcessing.createProcessingFromDocumentOperations(String service, List<com.yahoo.document.DocumentOperation> documentsAndUpdates, CallStack callStack) Creates a Processing from a list of operations.static ProcessingProcessing.of(com.yahoo.document.DocumentOperation documentOperation) Create a Processing from the given document operationMethods in com.yahoo.docproc with parameters of type ProcessingModifier and TypeMethodDescriptionCall.call(Processing processing) Call the DocumentProcessor of this call.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. -
Uses of Processing in com.yahoo.docproc.impl
Methods in com.yahoo.docproc.impl with parameters of type ProcessingModifier and TypeMethodDescriptionDocprocExecutor.process(Processing processing) Processes a given Processing through the CallStack of this executor.voidDocprocService.process(Processing processing) Asynchronously process the given Processing using the processing chain of this servicevoidDocprocService.process(Processing processing, ProcessingEndpoint endp) Asynchronously process the given Processing using the processing chain of this service, and call the specified ProcessingEndpoint when done.voidProcessingEndpoint.processingDone(Processing processing) voidProcessingEndpoint.processingFailed(Processing processing, Exception exception) DocprocExecutor.processUntilDone(Processing processing) Processes a given Processing through the CallStack of this executor. -
Uses of Processing in com.yahoo.docproc.jdisc
Methods in com.yahoo.docproc.jdisc that return types with arguments of type ProcessingMethod parameters in com.yahoo.docproc.jdisc with type arguments of type ProcessingModifier and TypeMethodDescriptionvoidRequestContext.processingDone(List<Processing> processing) -
Uses of Processing in com.yahoo.docproc.jdisc.messagebus
Methods in com.yahoo.docproc.jdisc.messagebus that return types with arguments of type ProcessingMethod parameters in com.yahoo.docproc.jdisc.messagebus with type arguments of type ProcessingModifier and TypeMethodDescriptionvoidMbusRequestContext.processingDone(List<Processing> processings)