Tcp |
The TcpInputChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| TcpInputChannel | Initializes a new instance of the TcpInputChannel class. |
| Name | Description | |
|---|---|---|
| ActivePartitions |
Gets the last set of partitions assigned to this channel.
(Inherited from InputChannel) | |
| CompressionType |
Gets the compression type used by the channel.
(Inherited from InputChannel) | |
| Configuration |
Gets the configuration of the input channel.
(Inherited from InputChannel) | |
| InputRecordType |
Gets the type of the records create by the input task of this channel.
(Inherited from InputChannel) | |
| InputStage |
Gets the input stage of this channel.
(Inherited from InputChannel) | |
| InputTaskIds |
Gets a collection of input task IDs.
(Inherited from InputChannel) | |
| LocalBytesRead | Gets the number of bytes read from the local disk. | |
| LocalBytesWritten | Gets the number of bytes written to the local disk. | |
| MemoryStorageLevel |
Gets the current memory storage usage level.
(Overrides InputChannelMemoryStorageLevel) | |
| NetworkBytesRead | Gets the number of bytes read over the network. | |
| NetworkBytesWritten | Gets the number of bytes written over the network. | |
| TaskExecution |
Gets the task execution utility for the task that this channel provides input for.
(Inherited from InputChannel) | |
| UsesMemoryStorage |
Gets a value indicating whether the input channel uses memory storage to store inputs.
(Overrides InputChannelUsesMemoryStorage) |
| Name | Description | |
|---|---|---|
| AssignAdditionalPartitions |
Assigns additional partitions to this input channel.
(Overrides InputChannelAssignAdditionalPartitions(IListInt32)) | |
| CreateChannelRecordReader |
Creates a record reader of the type indicated by the channel.
(Inherited from InputChannel) | |
| CreateRecordReader |
Creates a RecordReaderT from which the channel can read its input.
(Overrides InputChannelCreateRecordReader) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnMemoryStorageFull |
Raises the MemoryStorageFull event.
(Inherited from InputChannel) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| MemoryStorageFull |
Occurs when the input channel stalls waiting for space to become available in the memory storage.
(Inherited from InputChannel) |