C# Class [email protected]

Releases batches of record ids to be read, potentially in parallel, by downstream batches.
Inheritance: [email protected]
显示文件 Open project: Neo4Net/Neo4Net

Public Methods

Method Description
BatchFeedStep ( StageControl control, Configuration config, RecordIdIterator ids, int recordSize )

Protected Methods

Method Description
NextBatchOrNull ( long ticket, int batchSize ) : object
Position ( ) : long

Method Details

BatchFeedStep() public method

public BatchFeedStep ( StageControl control, Configuration config, RecordIdIterator ids, int recordSize )
control StageControl
config Configuration
ids RecordIdIterator
recordSize int

NextBatchOrNull() protected method

protected NextBatchOrNull ( long ticket, int batchSize ) : object
ticket long
batchSize int
return object

Position() protected method

protected Position ( ) : long
return long