QuotaSharePolicy

The quota share scheduling policy details for a job queue.

Types

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

Properties

Link copied to clipboard

The strategy that determines how idle resources are assigned to quota shares that are borrowing capacity. Currently, only FIFO is supported.

Functions

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