MongoSyncer

dev.mongocamp.driver.mongodb.sync.MongoSyncer
See theMongoSyncer companion object
case class MongoSyncer(sourceConfig: MongoConfig, targetConfig: MongoConfig, syncOperations: List[MongoSyncOperation])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

Attributes

Supertypes
trait CirceSchema
trait LazyLogging
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete methods

def sync(collectionName: String): List[MongoSyncResult]
def syncAll(): List[MongoSyncResult]
def terminate(): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

var terminated: Boolean