IoUsage

class IoUsage

Contains I/O usage metrics for a command that was invoked.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of read I/O requests that the command made.

Link copied to clipboard

The number of write I/O requests that the command made.

Functions

Link copied to clipboard
inline fun copy(block: IoUsage.Builder.() -> Unit = {}): IoUsage
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String