Elastic buffering

Filter:

ELASTIC

Syntax:

ELASTIC

Operands:

none

Functional Description:

Use the ELASTIC stage to prevent a stall in a multistream pipeline.

ELASTIC may have one input stream defined and connected. ELASTIC copies its input records to its output stream, putting at least as many records as necessary into a buffer to prevent a stall. ELASTIC reads input records whenever they become available and writes output records as they are consumed, while attempting to minimize the number of records in the buffer.

Secondary Input/Output:

NONE

Synonyms:

none

Usage Notes:



JAVA Pipelines

Cullen Programming logo