Click or drag to resize

FileOutputCommitter Class

Committer for file output.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.IOFileOutputCommitter

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public sealed class FileOutputCommitter : IOutputCommitter

The FileOutputCommitter type exposes the following members.

Constructors
  NameDescription
Public methodFileOutputCommitter
Initializes a new instance of the FileOutputCommitter class.
Top
Properties
  NameDescription
Public propertyRecordWriter
Gets the record writer for this output.
Top
Methods
  NameDescription
Public methodCommit
Commits the output.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also