quasar
config
package
config
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
config
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
CfgErr
[
A
]
=
Failure
[
ConfigError
,
A
]
type
CfgErrT
[
F
[
_
]
,
A
]
=
EitherT
[
F
,
ConfigError
,
A
]
type
CfgTask
[
A
]
=
EitherT
[
Task
,
ConfigError
,
A
]
trait
ConfigOps
[
C
]
extends
Serializable
final
case class
CoreConfig
(
metastore:
slamdata.Predef.Option
[
MetaStoreConfig
]
)
extends
Product
with
Serializable
type
FsFile
=
FsPath
[
File
,
Sandboxed
]
final
case class
MetaStoreConfig
(
database:
DbConnectionConfig
)
extends
Product
with
Serializable
Value Members
object
ConfigOps
extends
Serializable
object
CoreConfig
extends
Serializable
object
MetaStoreConfig
extends
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped