Uses of Interface
com.yahoo.docproc.impl.ProcessingEndpoint
Packages that use ProcessingEndpoint
-
Uses of ProcessingEndpoint in com.yahoo.docproc
Methods in com.yahoo.docproc that return ProcessingEndpointMethods in com.yahoo.docproc with parameters of type ProcessingEndpointModifier and TypeMethodDescriptionprotected voidProcessing.setEndpoint(ProcessingEndpoint endpoint) -
Uses of ProcessingEndpoint in com.yahoo.docproc.impl
Methods in com.yahoo.docproc.impl that return ProcessingEndpointMethods in com.yahoo.docproc.impl with parameters of type ProcessingEndpointModifier and TypeMethodDescriptionvoidDocprocService.process(Processing processing, ProcessingEndpoint endp) Asynchronously process the given Processing using the processing chain of this service, and call the specified ProcessingEndpoint when done.voidDocprocService.process(com.yahoo.document.DocumentOperation documentOperation, ProcessingEndpoint endp) Asynchronously process the given document put or document update using the processing chain of this service, and call the specified ProcessingEndpoint when done.voidDocprocService.processDocumentOperations(List<com.yahoo.document.DocumentOperation> documentOperations, ProcessingEndpoint endp) Asynchronously process the given document operations as one unit using the processing chain of this service, and call the specified ProcessingEndpoint when done.protected voidProcessingAccess.setEndpoint(ProcessingEndpoint endpoint)