Packages

t

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
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def stats: FsStatistics

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def getReadBytesPerOperation: Int
  11. final def getReadBytesTotal: Long
  12. final def getReadKilobytesPerSecond: Long
  13. final def getReadNanosecondsPerOperation: Long
  14. final def getReadNanosecondsTotal: Long
  15. final def getReadOperations: Long
  16. final def getReadThreadsTotal: Int
  17. final def getSyncNanosecondsPerOperation: Long
  18. final def getSyncNanosecondsTotal: Long
  19. final def getSyncOperations: Long
  20. final def getSyncThreadsTotal: Int
  21. final def getTimeCreatedDate: String
  22. final def getTimeCreatedMillis: Long
  23. final def getTimeUpdatedDate: String
  24. final def getTimeUpdatedMillis: Long
  25. final def getWriteBytesPerOperation: Int
  26. final def getWriteBytesTotal: Long
  27. final def getWriteKilobytesPerSecond: Long
  28. final def getWriteNanosecondsPerOperation: Long
  29. final def getWriteNanosecondsTotal: Long
  30. final def getWriteOperations: Long
  31. final def getWriteThreadsTotal: Int
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def readStats: IoStatistics
  38. final def syncStats: SyncStatistics
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. final def timeMillis: Long
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def writeStats: IoStatistics

Inherited from AnyRef

Inherited from Any

Ungrouped