MongoSyncOperation

dev.mongocamp.driver.mongodb.sync.MongoSyncOperation
See theMongoSyncOperation companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait ConfigHelper
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def booleanConfig(configPath: String, key: String, default: Boolean): Boolean

Attributes

Inherited from:
ConfigHelper
def intConfig(configPath: String, key: String, default: Int): Int

Attributes

Inherited from:
ConfigHelper
def stringConfig(configPath: String, key: String, default: String): Option[String]

Attributes

Inherited from:
ConfigHelper

Concrete fields

val MaxWait: Int
val MaxWaitDefault: Int
val SyncColumnLastSync: String
val SyncColumnLastUpdate: String
val SyncLogTableName: String
val WriteSyncLogOnMaster: Boolean

Inherited fields

val conf: Config

Attributes

Inherited from:
ConfigHelper