Package

net.java.truevfs.ext.insight

stats

Permalink

package stats

Visibility
  1. Public
  2. All

Type Members

  1. final class FsLogger extends AnyRef

    Permalink

    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

    Permalink

    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

    Permalink

  4. final case class IoStatistics extends Product with Serializable

    Permalink

    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

    Permalink

    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

    Permalink
  2. object IoStatistics extends Serializable

    Permalink
  3. object SyncStatistics extends Serializable

    Permalink

Ungrouped