Click or drag to resize

FileOutputChannel Class

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

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class FileOutputChannel : OutputChannel, 
	IHasMetrics

The FileOutputChannel type exposes the following members.

Constructors
 NameDescription
Public methodFileOutputChannel Initializes a new instance of the FileOutputChannel 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 methodStatic memberCreateChannelFileName Creates the name of an intermediate file for the channel. For Jumbo internal use only.
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
See Also