Click or drag to resize

SpillRecordWriterT Methods

The SpillRecordWriterT generic type exposes the following members.

Methods
  NameDescription
Public methodDispose
Cleans up all resources held by this RecordWriter{T}.
(Inherited from RecordWriterT.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Overrides RecordWriterTDispose(Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinishWriting
Informs the record writer that no further records will be written.
(Overrides RecordWriterTFinishWriting.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetSpillIndex
Gets the index for the specified partition for the current spill.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHasDataForPartition
Determines whether the current spill has data for the specified partition.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodPreparePartition
When overridden in a derived class, prepares the partition for the spill.
Protected methodSpillDataSizeForPartition
Gets the spill data size for the specified partition.
Protected methodSpillOutput
When overridden by a derived class, writes the spill data to the output.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWritePartition(Int32, RecordWriterRawRecord)
Writes the specified partition to the output using the RawRecord format, which includes record sizes.
Protected methodWritePartition(Int32, Stream)
Writes the specified partition to the output.
Public methodWriteRecord
Writes a record.
(Inherited from RecordWriterT.)
Protected methodWriteRecordInternal
Writes a record.
(Overrides RecordWriterTWriteRecordInternal(T).)
Public methodWriteRecords
Writes the specified sequence of records.
(Inherited from RecordWriterT.)
Top
See Also