Package

io.univalence

sparkzio

Permalink

package sparkzio

Visibility
  1. Public
  2. All

Type Members

  1. trait CircuitTap[-E1, +E2] extends AnyRef

    Permalink

    A Tap adjusts the flow of tasks through an external service in response to observed failures in the service, always trying to maximize flow while attempting to meet the user-defined upper bound on failures.

  2. case class DecayingRatio(ratio: Ratio, scale: Int) extends Product with Serializable

    Permalink
  3. trait Iterator[+E, +A] extends scala.Iterator[A]

    Permalink

    Iterator[+E, +A] allows to have an error "channel", on top of scala.collection.Iterator[+A]

    Iterator[+E, +A] allows to have an error "channel", on top of scala.collection.Iterator[+A]

    When an error has been raised (lastError.isDefined), the Iterator is empty (!hasNext)

    E

    Type of the error "channel"

    A

    Type of the value

  4. final class Ratio extends AnyVal with Ordered[Ratio]

    Permalink

    Value class to represent values between 0.0 and 1.0

  5. class SmartCircuitTap[-E1, +E2] extends CircuitTap[E1, E2]

    Permalink
  6. trait SparkEnv extends AnyRef

    Permalink
  7. class SparkZIO extends SparkEnv

    Permalink
  8. final case class Write[T](ds: Dataset[T], options: Seq[(String, String)], format: Option[String], mode: Option[String]) extends Product with Serializable

    Permalink

Value Members

  1. object CircuitTap

    Permalink
  2. object Iterator

    Permalink
  3. object Ratio

    Permalink
  4. object SparkEnv

    Permalink
  5. object Write extends Serializable

    Permalink

Ungrouped