Packages

package stats

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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()
  2. 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.

  3. trait FsStatisticsView extends AnyRef

  4. 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.

  5. 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

  1. object FsStatistics extends Serializable
  2. object IoStatistics extends Serializable
  3. object SyncStatistics extends Serializable

Ungrouped