IPipelineOptions
public interface IPipelineOptions
Defines conversion options related to pipeline configuration.
Methods
| Method | Description |
|---|---|
| getBatchSize() | Returns the size of a portion of pages to pass from node to node. |
| setBatchSize(int value) | Sets the size of a portion of pages to pass from node to node. |
getBatchSize()
public abstract int getBatchSize()
Returns the size of a portion of pages to pass from node to node.
Returns: int - The size of a portion of pages to pass from node to node.
setBatchSize(int value)
public abstract void setBatchSize(int value)
Sets the size of a portion of pages to pass from node to node.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The size of a portion of pages to pass from node to node. |