IHasMetrics Interface |
Namespace: Ookii.Jumbo.Jet
The IHasMetrics type exposes the following members.
Name | Description | |
---|---|---|
LocalBytesRead |
Gets the number of bytes read from the local disk.
| |
LocalBytesWritten |
Gets the number of bytes written to the local disk.
| |
NetworkBytesRead |
Gets the number of bytes read over the network.
| |
NetworkBytesWritten |
Gets the number of bytes written over the network.
|
Can be used by channels and record readers and writers to provide additional metrics. If you use this interface on a record reader or writer it should only consider reads/writes that are not already reported via the regular InputBytes and OutputBytes properties.
It is used by e.g. the MergeRecordReaderT to report the additional reads and writes it does if more than one merge pass is used.