Click or drag to resize

SpillRecordWriterT Constructor

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected SpillRecordWriter(
	IPartitioner<T> partitioner,
	int bufferSize,
	int limit,
	SpillRecordWriterOptions options
)

Parameters

partitioner
Type: Ookii.Jumbo.IOIPartitionerT
The partitioner for the records.
bufferSize
Type: SystemInt32
The size of the in-memory buffer.
limit
Type: SystemInt32
The amount of data in the buffer when a spill is triggered.
options
Type: Ookii.Jumbo.Jet.ChannelsSpillRecordWriterOptions
A combination of SpillRecordWriterOptions values.
See Also