public interface IPipelineOptions
Defines conversion options related to pipeline configuration.
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize()
Specifies the size of a portion of pages to pass from node to node.
|
void |
setBatchSize(int value)
Specifies the size of a portion of pages to pass from node to node.
|