Config

org.beangle.db.transport.Config
See theConfig companion class
object Config

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Config.type

Members list

Type members

Classlikes

abstract class DataflowConfig

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class TableConfig
class ViewConfig
final class SeqConfig

Attributes

Supertypes
class Object
trait Matchable
class Any
final class TableConfig extends DataflowConfig

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TableConfig

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class Task(val source: Source, val target: Source)

Attributes

Supertypes
class Object
trait Matchable
class Any
final class ViewConfig extends DataflowConfig

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ViewConfig

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ViewConfig.type

Value members

Concrete methods

def apply(workdir: String, is: InputStream): Config
def apply(source: Source, target: Source, tasks: Seq[Task]): Config