Packages

p

quasar

metastore

package metastore

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

Type Members

  1. final case class MetaStore extends Product with Serializable
  2. trait MetaStoreAccess extends AnyRef

    Operations that access the meta-store via doobie, all wrapped in ConnectionIO

  3. sealed trait MetastoreFailure extends AnyRef
  4. final case class MetastoreRequiresMigration(current: slamdata.Predef.String, latest: slamdata.Predef.String) extends MetastoreFailure with Product with Serializable
  5. final case class Mount(type: MountType, uri: ConnectionUri) extends Product with Serializable
  6. final case class PathedMountConfig(path: APath, mt: MountType, uri: ConnectionUri) extends Product with Serializable
  7. final case class PathedViewCache(path: AFile, vc: ViewCache) extends Product with Serializable
  8. trait Queries extends AnyRef

    Raw query and update terms, which may be checked against a DB schema without requiring or affecting any data.

  9. final class UnexpectedValueException extends SQLException

    Thrown when doobie applies a custom mapping to a value which should never appear in the metastore DB.

  10. final case class UnknownError(causedBy: Throwable, while: slamdata.Predef.String) extends MetastoreFailure with Product with Serializable

Value Members

  1. implicit val aDirMeta: Meta[ADir]
  2. implicit val aFileMeta: Meta[AFile]
  3. implicit val aPathMeta: Meta[APath]
  4. implicit val instantMeta: Meta[Instant]
  5. implicit val mountTypeMeta: Meta[MountType]
  6. implicit val pathedViewCacheComposite: Composite[PathedViewCache]
  7. implicit val refinedAPathMeta: Meta[\/[ADir, AFile]]
  8. val taskToConnectionIO: ~>[Task, ConnectionIO]
  9. def unexpectedValue[A](msg: slamdata.Predef.String): A
    Annotations
    @SuppressWarnings()
  10. def verifyMetaStoreSchema[A](schema: Schema[A])(implicit arg0: Show[A]): EitherT[ConnectionIO, MetastoreFailure, slamdata.Predef.Unit]
  11. implicit val viewCacheStatusMeta: Meta[Status]
  12. implicit val viewConfigMeta: Meta[ViewConfig]
  13. object MetaStore extends Serializable
  14. object MetaStoreAccess extends MetaStoreAccess
  15. object MetaStoreMounter
  16. object MetastoreRequiresInitialization extends MetastoreFailure with Product with Serializable
  17. object Mount extends Serializable
  18. object Queries extends Queries
  19. object Schema

Inherited from AnyRef

Inherited from Any

Ungrouped