TableConverter

org.beangle.db.transport.converter.TableConverter
See theTableConverter companion object
class TableConverter(val source: TableStore, val target: TableStore, val threads: Int, val bulkSize: Int) extends Converter, Logging

Attributes

Companion
object
Graph
Supertypes
trait Logging
trait Converter
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def add(pairs: Iterable[Dataflow]): Unit
def constraints: List[Constraint]
def convert(pair: Dataflow): Unit
def insert(targetTable: Table, data: Seq[Array[Any]], finished: Int, total: Int, batchIndex: Int): Unit
override def payloadCount: Int

Attributes

Definition Classes
def primaryKeys: List[PrimaryKey]
def reset(): Unit

重新开始

重新开始

Attributes

def start(): Unit

开始导入

开始导入

Attributes

Concrete fields

val bulkSize: Int
var enableSanitize: Boolean

设置目标数据源

设置目标数据源

Attributes

val threads: Int

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging