Click or drag to resize

TcpOutputChannel Class

Represents the writing end of a TCP channel between two tasks.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.ChannelsOutputChannel
    Ookii.Jumbo.Jet.ChannelsTcpOutputChannel

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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
 NameDescription
Public methodCreateRecordWriterT Creates a RecordWriterT to which the channel can write its output.
(Overrides OutputChannelCreateRecordWriterT)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
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