IPipelineOptions

public interface IPipelineOptions

Defines conversion options related to pipeline configuration.

Methods

MethodDescription
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:

ParameterTypeDescription
valueintThe size of a portion of pages to pass from node to node.