Click or drag to resize

IInputChannel Interface

Interface for input channels for task communication.

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public interface IInputChannel

The IInputChannel type exposes the following members.

Properties
 NameDescription
Public propertyConfiguration Gets the configuration of the input channel.
Public propertyInputStage Gets the input stage of this channel.
Public propertyMemoryStorageLevel Gets the current memory storage usage level.
Public propertyUsesMemoryStorage Gets a value indicating whether the input channel uses memory storage to store inputs.
Top
Methods
 NameDescription
Public methodAssignAdditionalPartitions Assigns additional partitions to this input channel.
Public methodCreateRecordReader Creates a RecordReaderT from which the channel can read its input.
Top
Events
 NameDescription
Public eventMemoryStorageFull Occurs when the input channel stalls waiting for space to become available in the memory storage.
Top
See Also