data class CursorResourceWalkerConfig<BudgetUsageType, EstimatedBudgetUsageType>(val basePriority: Double, val priorityIncrease: Double, val estimatedBudget: EstimatedBudgetUsageType, val failureBudget: BudgetUsageType)

Config for a cursor resource walker

Parameters

basePriority

Base priority of the resource

priorityIncrease

Priority increase of the resource

estimatedBudget

Estimated budget of the resource

failureBudget

Failure budget of the resource

Constructors

Link copied to clipboard
constructor(basePriority: Double, priorityIncrease: Double, estimatedBudget: EstimatedBudgetUsageType, failureBudget: BudgetUsageType)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard