FileSizeHistogram¶
Note
FileSizeHistogram
does not seem to be used in the current release.
Creating Instance¶
FileSizeHistogram
takes the following to be created:
- Sorted Bin Boundaries
- File Counts
- Total Bytes
FileSizeHistogram
is created using apply.
Creating FileSizeHistogram¶
apply(
sortedBinBoundaries: IndexedSeq[Long]): FileSizeHistogram
apply
creates a FileSizeHistogram with the given sortedBinBoundaries
and the fileCounts and the totalBytes all 0
s (for every element in sortedBinBoundaries
).