DiskLoad

class DiskLoad(val idx: Int, val timeOut: Long, val data: String, val rootPath: <Error class: unknown class>) : Task

Writes huge amounts of data to the disk. Idea: should stress the disk units.

Constructors

Link copied to clipboard
constructor(idx: Int, timeOut: Long, data: String, rootPath: <Error class: unknown class>)

Properties

Link copied to clipboard
Link copied to clipboard
val idx: Int
Link copied to clipboard
val rootPath: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun perform(): Boolean
Link copied to clipboard
open fun run()