net.java.truevfs.ext.insight.stats

FsStatisticsView

trait FsStatisticsView extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FsStatisticsView
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def stats: FsStatistics

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. final def getReadBytesPerOperation: Int

  13. final def getReadBytesTotal: Long

  14. final def getReadKilobytesPerSecond: Long

  15. final def getReadNanosecondsPerOperation: Long

  16. final def getReadNanosecondsTotal: Long

  17. final def getReadOperations: Long

  18. final def getReadThreadsTotal: Int

  19. final def getSyncNanosecondsPerOperation: Long

  20. final def getSyncNanosecondsTotal: Long

  21. final def getSyncOperations: Long

  22. final def getSyncThreadsTotal: Int

  23. final def getTimeCreatedDate: String

  24. final def getTimeCreatedMillis: Long

  25. final def getTimeUpdatedDate: String

  26. final def getTimeUpdatedMillis: Long

  27. final def getWriteBytesPerOperation: Int

  28. final def getWriteBytesTotal: Long

  29. final def getWriteKilobytesPerSecond: Long

  30. final def getWriteNanosecondsPerOperation: Long

  31. final def getWriteNanosecondsTotal: Long

  32. final def getWriteOperations: Long

  33. final def getWriteThreadsTotal: Int

  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. final def readStats: IoStatistics

  40. final def syncStats: SyncStatistics

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. final def timeMillis: Long

  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def writeStats: IoStatistics

Inherited from AnyRef

Inherited from Any

Ungrouped