class MongoSettings extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MongoSettings(config: Config)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CollectionCache: Config
  5. val Database: Option[String]
  6. val Implementation: String
  7. val JournalAutomaticUpgrade: Boolean
  8. val JournalCollection: String
  9. val JournalFSync: Boolean
  10. val JournalIndex: String
  11. val JournalSeqNrIndex: String
  12. val JournalTagIndex: String
  13. val JournalWTimeout: FiniteDuration
  14. val JournalWriteConcern: String
  15. val MetadataCollection: String
  16. val MongoMetricsBuilderClass: String
  17. val MongoUri: String
  18. val SnapsCollection: String
  19. val SnapsFSync: Boolean
  20. val SnapsIndex: String
  21. val SnapsWTimeout: FiniteDuration
  22. val SnapsWriteConcern: String
  23. val SuffixBuilderClass: String
  24. val SuffixDropEmptyCollections: Boolean
  25. val SuffixMigrationEmptyMetadata: Boolean
  26. val SuffixMigrationHeavyLoad: Boolean
  27. val SuffixMigrationMaxDeleteRetry: Int
  28. val SuffixMigrationMaxEmptyMetadataRetry: Int
  29. val SuffixMigrationMaxInsertRetry: Int
  30. val SuffixMigrationParallelism: Int
  31. val SuffixSeparator: String
  32. val UseLegacyJournalSerialization: Boolean
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  35. val config: Config
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  38. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  44. val realtimeCollectionName: String
  45. val realtimeCollectionSize: Long
  46. val realtimeEnablePersistence: Boolean
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. def withOverride(by: Config): MongoSettings

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped