Packages

p

zio.flow

runtime

package runtime

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal
  2. package metrics
  3. package operation

Type Members

  1. trait DurableLog extends AnyRef
  2. sealed trait DurableLogError extends AnyRef
  3. final case class DurablePromise[E, A](promiseId: PromiseId) extends Product with Serializable
  4. final case class ExecutionEnvironment(codecs: ExecutorBinaryCodecs, configuration: Configuration, gcPeriod: java.time.Duration = 5.minutes) extends Product with Serializable
  5. sealed trait ExecutorError extends AnyRef
  6. sealed trait FlowStatus extends AnyRef
  7. trait IndexedStore extends AnyRef
  8. trait KeyValueStore extends AnyRef

    Persistent key-value store

    Persistent key-value store

    The keys are organized into namespaces. THe same key can be used in different namespaces to represent different values. Each entry is also associated with numeric timestamp, and the store is designed to be able to find the latest timestamp within given constraints.

  9. sealed trait PersisterConfig extends AnyRef
  10. case class Timestamp(value: Long) extends Product with Serializable
  11. trait ZFlowExecutor extends AnyRef

Value Members

  1. object DurableLog
  2. object DurableLogError
  3. object DurablePromise extends Serializable
  4. object ExecutorError
  5. object FlowStatus
  6. object IndexedStore
  7. object KeyValueStore
  8. object PersisterConfig
  9. object Timestamp extends Serializable
  10. object ZFlowExecutor

Ungrouped