Click or drag to resize

SortSpillRecordWriterT Properties

The SortSpillRecordWriterT generic type exposes the following members.

Properties
  NameDescription
Public propertyBytesRead
Gets the number of bytes read during merging.
Public propertyBytesWritten
Gets the number of bytes that were actually written to the output.
(Overrides SpillRecordWriterTBytesWritten.)
Public propertyHasFinishedWriting
Gets a value indicating whether FinishWriting method has been called.
(Inherited from RecordWriterT.)
Public propertyOutputBytes
Gets the size of the written records after serialization.
(Inherited from SpillRecordWriterT.)
Public propertyPartitioner
Gets the partitioner.
(Inherited from SpillRecordWriterT.)
Public propertyRecordsWritten
Gets the total number of records written by this record writer.
(Inherited from RecordWriterT.)
Public propertySpillCount
Gets the number of spills performed.
(Inherited from SpillRecordWriterT.)
Public propertyWriteTime
Gets the time spent writing.
(Inherited from RecordWriterT.)
Top
See Also