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