Config

org.beangle.db.transport.Config
See theConfig companion object
class Config(val source: Source, val target: Source, val tasks: Seq[Task], val maxthreads: Int, val bulkSize: Int, val dataRange: (Int, Int))

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

var afterActions: Iterable[ActionConfig]
var beforeActions: Iterable[ActionConfig]
val bulkSize: Int
val dataRange: (Int, Int)
val maxthreads: Int
val source: Source
val target: Source
val tasks: Seq[Task]