TcpOutputChannel Class |
Namespace: Ookii.Jumbo.Jet.Channels
The TcpOutputChannel type exposes the following members.
Name | Description | |
---|---|---|
TcpOutputChannel |
Initializes a new instance of the TcpOutputChannel class.
|
Name | Description | |
---|---|---|
LocalBytesRead |
Gets the number of bytes read from the local disk.
| |
LocalBytesWritten |
Gets the number of bytes written to the local disk.
| |
NetworkBytesRead |
Gets the number of bytes read over the network.
| |
NetworkBytesWritten |
Gets the number of bytes written over the network.
|
Name | Description | |
---|---|---|
CreateRecordWriterT |
Creates a RecordWriterT to which the channel can write its output.
(Overrides OutputChannelCreateRecordWriterT.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ReuseConnectionsSettingKey |
The key in the stage or job settings that can be used to specify whether the connections to the receiving stage tasks are kept open.
The setting should have the type Boolean and the default value is the value of ReuseConnections.
| |
SpillBufferLimitSettingKey |
The key in the stage or job settings that can be used to specify the size of the spill buffer. The setting should have the type Single,
and the default value is the value of SpillBufferLimit.
| |
SpillBufferSizeSettingKey |
The key in the stage or job settings that can be used to specify the size of the spill buffer. The setting should have the type BinarySize,
and the default value is the value of SpillBufferSize.
|