Click or drag to resize

SpillRecordWriter<T> Methods

The SpillRecordWriter<T> type exposes the following members.

Methods
 NameDescription
Public methodDispose() Cleans up all resources held by this RecordWriter{T}.
(Inherited from RecordWriter<T>)
Protected methodDispose(Boolean) Releases unmanaged and - optionally - managed resources
(Overrides RecordWriter<T>.Dispose(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 RecordWriter<T>.FinishWriting())
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetSpillIndex Gets the index for the specified partition for the current spill.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodHasDataForPartition Determines whether the current spill has data for the specified partition.
Protected methodMemberwiseCloneCreates 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodWritePartition(Int32, RecordWriter<RawRecord>) 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 RecordWriter<T>)
Protected methodWriteRecordInternal Writes a record.
(Overrides RecordWriter<T>.WriteRecordInternal(T))
Public methodWriteRecords Writes the specified sequence of records.
(Inherited from RecordWriter<T>)
Top
See Also