Package org.nuxeo.ecm.core.io.impl
Class TransactionBatchingDocumentPipeImpl
- java.lang.Object
-
- org.nuxeo.ecm.core.io.impl.DocumentPipeImpl
-
- org.nuxeo.ecm.core.io.impl.TransactionBatchingDocumentPipeImpl
-
- All Implemented Interfaces:
DocumentPipe
public class TransactionBatchingDocumentPipeImpl extends DocumentPipeImpl
Alternative to the defaultDocumentPipe
that handles Transactions demarcation aligned with the Pipe batch size- Author:
- Tiry
-
-
Constructor Summary
Constructors Constructor Description TransactionBatchingDocumentPipeImpl(int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleBatchEnd()
-
Methods inherited from class org.nuxeo.ecm.core.io.impl.DocumentPipeImpl
addTransformer, applyTransforms, applyTransforms, getReader, getTransformers, getWriter, readAndWriteDocs, removeTransformer, run, setReader, setWriter
-
-
-
-
Method Detail
-
handleBatchEnd
protected void handleBatchEnd()
- Overrides:
handleBatchEnd
in classDocumentPipeImpl
-
-