package stats
- Alphabetic
- Public
- Protected
Type Members
- final class FsLogger extends AnyRef
A logger for net.java.truevfs.ext.insight.stats.FsStatistics All operations get logged at offset zero.
A logger for net.java.truevfs.ext.insight.stats.FsStatistics All operations get logged at offset zero.
- Annotations
- @ThreadSafe()
- final case class FsStatistics extends Product with Serializable
An immutable record of statistics for file system operations.
An immutable record of statistics for file system operations.
- Exceptions thrown
IllegalArgumentException
if any parameter value is negative.
- trait FsStatisticsView extends AnyRef
- final case class IoStatistics extends Product with Serializable
An immutable record of statistics for I/O operations.
An immutable record of statistics for I/O operations.
- Exceptions thrown
IllegalArgumentException
if any parameter value is negative.
- final case class SyncStatistics extends Product with Serializable
An immutable record of statistics for sync operations.
An immutable record of statistics for sync operations.
- Exceptions thrown
IllegalArgumentException
if any parameter value is negative.
Value Members
- object FsStatistics extends Serializable
- object IoStatistics extends Serializable
- object SyncStatistics extends Serializable