ExecutorsSummary

Contains summary information about an executor.

Types

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

Properties

Link copied to clipboard

The UUID of the executor.

Link copied to clipboard

The smallest unit of compute that a session can request from Athena. Size is measured in data processing unit (DPU) values, a relative measure of processing power.

Link copied to clipboard

The processing state of the executor. A description of each state follows.

Link copied to clipboard

The type of executor used for the application (COORDINATOR, GATEWAY, or WORKER).

Link copied to clipboard

The date and time that the executor started.

Link copied to clipboard

The date and time that the executor was terminated.

Functions

Link copied to clipboard
inline fun copy(block: ExecutorsSummary.Builder.() -> Unit = {}): ExecutorsSummary
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