Click or drag to resize

MultiInputRecordReaderT Methods

The MultiInputRecordReaderT generic type exposes the following members.

Methods
  NameDescription
Public methodAddInput
Adds the specified input to be read by this record reader.
Public methodAssignAdditionalPartitions
Assigns additional partitions to this record reader.
Protected methodCheckDisposed
Throws a ObjectDisposedException if the object has been disposed.
Public methodDispose
Cleans up all resources held by this StreamRecordReader{T}.
(Inherited from RecordReaderT.)
Protected methodDispose(Boolean) (Overrides RecordReaderTDispose(Boolean).)
Public methodEnumerateRecords
Enumerates over all the records.
(Inherited from RecordReaderT.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetInput
Returns the specified input.
Protected methodGetInputReader(Int32)
Gets the record reader for the specified input of the current partition.
Protected methodGetInputReader(Int32, Int32)
Returns the record reader for the specified partition and input.
Protected methodGetInputReader(Int32, Int32, Boolean)
Returns the record reader for the specified partition and input.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNextPartition
Moves the current partition to the next partition.
Protected methodOnCurrentPartitionChanged
Raises the CurrentPartitionChanged event.
Protected methodOnCurrentPartitionChanging
Raises the CurrentPartitionChanging event.
Protected methodOnHasRecordsChanged
Raises the HasRecordsChanged event.
(Inherited from RecordReaderT.)
Public methodReadRecord
Reads a record.
(Inherited from RecordReaderT.)
Protected methodReadRecordInternal
Reads a record.
(Inherited from RecordReaderT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWaitForInputs
Waits until the specified number of inputs becomes available for all currently active partitions.
Top
See Also