IInputChannel Interface |
Namespace: Ookii.Jumbo.Jet.Channels
The IInputChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| Configuration |
Gets the configuration of the input channel.
| |
| InputStage |
Gets the input stage of this channel.
| |
| MemoryStorageLevel |
Gets the current memory storage usage level.
| |
| UsesMemoryStorage |
Gets a value indicating whether the input channel uses memory storage to store inputs.
|
| Name | Description | |
|---|---|---|
| AssignAdditionalPartitions |
Assigns additional partitions to this input channel.
| |
| CreateRecordReader |
Creates a RecordReaderT from which the channel can read its input.
|
| Name | Description | |
|---|---|---|
| MemoryStorageFull |
Occurs when the input channel stalls waiting for space to become available in the memory storage.
|