IPipelineOptions

public interface IPipelineOptions

Defines conversion options related to pipeline configuration.

Methods

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

ParameterTypeDescription
valueintint value