dev.mongocamp.driver.mongodb.sync

Members list

Type members

Classlikes

case class MongoSyncException(message: String) extends Exception

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class MongoSyncOperation(collectionName: String, syncDirection: SyncDirection, syncStrategy: SyncStrategy, idColumnName: String) extends LazyLogging, Filter

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait ConfigHelper
class Object
trait Matchable
class Any
Show all
Self type
case class MongoSyncResult(collectionName: String, syncDate: Date, acknowleged: Boolean, synced: Int, countBefore: Int, countAfter: Int, syncTime: Long, exception: Option[Exception])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class MongoSyncer(sourceConfig: MongoConfig, targetConfig: MongoConfig, syncOperations: List[MongoSyncOperation])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object SyncDirection extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
object SyncStrategy extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type