Click or drag to resize

TcpOutputChannel Class

Represents the writing end of a TCP channel between two tasks.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public sealed class TcpOutputChannel : OutputChannel, 
	IHasMetrics

The TcpOutputChannel type exposes the following members.

Constructors
  NameDescription
Public methodTcpOutputChannel
Initializes a new instance of the TcpOutputChannel class.
Top
Properties
  NameDescription
Public propertyLocalBytesRead
Gets the number of bytes read from the local disk.
Public propertyLocalBytesWritten
Gets the number of bytes written to the local disk.
Public propertyNetworkBytesRead
Gets the number of bytes read over the network.
Public propertyNetworkBytesWritten
Gets the number of bytes written over the network.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberReuseConnectionsSettingKey
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.
Public fieldStatic memberSpillBufferLimitSettingKey
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.
Public fieldStatic memberSpillBufferSizeSettingKey
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.
Top
See Also