package runtime
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait DurableLog extends AnyRef
- sealed trait DurableLogError extends AnyRef
- final case class DurablePromise[E, A](promiseId: PromiseId) extends Product with Serializable
- final case class ExecutionEnvironment(codecs: ExecutorBinaryCodecs, configuration: Configuration, gcPeriod: java.time.Duration = 5.minutes) extends Product with Serializable
- sealed trait ExecutorError extends AnyRef
- sealed trait FlowStatus extends AnyRef
- trait IndexedStore extends AnyRef
- 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.
- sealed trait PersisterConfig extends AnyRef
- case class Timestamp(value: Long) extends Product with Serializable
- trait ZFlowExecutor extends AnyRef
Value Members
- object DurableLog
- object DurableLogError
- object DurablePromise extends Serializable
- object ExecutorError
- object FlowStatus
- object IndexedStore
- object KeyValueStore
- object PersisterConfig
- object Timestamp extends Serializable
- object ZFlowExecutor