Packages

o

com.microsoft.azure.synapse.ml.core.utils

FaultToleranceUtils

object FaultToleranceUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FaultToleranceUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val Backoffs: Seq[Int]
  2. def retryWithTimeout[T](times: Seq[Int] = Backoffs)(f: ⇒ T): T
  3. def retryWithTimeout[T](times: Int, timeout: Duration)(f: ⇒ T): T