Packages

p

quasar

config

package config

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

Type Members

  1. type CfgErr[A] = Failure[ConfigError, A]
  2. type CfgErrT[F[_], A] = EitherT[F, ConfigError, A]
  3. type CfgTask[A] = EitherT[Task, ConfigError, A]
  4. trait ConfigOps[C] extends Serializable
  5. final case class CoreConfig(metastore: slamdata.Predef.Option[MetaStoreConfig]) extends Product with Serializable
  6. type FsFile = FsPath[File, Sandboxed]
  7. final case class MetaStoreConfig(database: DbConnectionConfig) extends Product with Serializable

Value Members

  1. object ConfigOps extends Serializable
  2. object CoreConfig extends Serializable
  3. object MetaStoreConfig extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped