Package

quasar.yggdrasil

execution

Permalink

package execution

Visibility
  1. Public
  2. All

Type Members

  1. case class AccumulatedErrors(errors: NonEmptyList[EvaluationError]) extends EvaluationError with Product with Serializable

    Permalink
  2. case class CacheControl(maxAge: Option[Long], recacheAfter: Option[Long], cacheable: Boolean, onlyIfCached: Boolean) extends Product with Serializable

    Permalink
  3. final case class EvaluationContext(apiKey: APIKey, account: AccountDetails, basePath: Path, scriptPath: Path, startTime: LocalDateTime) extends Product with Serializable

    Permalink
  4. sealed trait EvaluationError extends AnyRef

    Permalink
  5. trait Execution[M[+_], A] extends AnyRef

    Permalink
  6. case class InvalidStateError(message: String) extends EvaluationError with Product with Serializable

    Permalink
  7. trait Platform[M[+_], Block, A] extends Execution[M, A]

    Permalink
  8. trait QueryExecutor[M[+_], A] extends AnyRef

    Permalink
  9. case class QueryOptions(page: Option[(Long, Long)] = None, sortOn: List[CPath] = Nil, sortOrder: DesiredSortOrder = TableModule.SortAscending, timeout: Option[Duration] = None, output: MimeType = ..., cacheControl: CacheControl = CacheControl.NoCache) extends Product with Serializable

    Permalink
  10. case class StorageError(error: ResourceError) extends EvaluationError with Product with Serializable

    Permalink
  11. case class SystemError(error: Throwable) extends EvaluationError with Product with Serializable

    Permalink

Value Members

  1. object CacheControl extends Serializable

    Permalink
  2. object EvaluationContext extends Serializable

    Permalink
  3. object EvaluationError

    Permalink

Ungrouped