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 MetadataIndex: String
  17. val MongoMetricsBuilderClass: String
  18. val MongoUri: String
  19. val SnapsCollection: String
  20. val SnapsFSync: Boolean
  21. val SnapsIndex: String
  22. val SnapsWTimeout: FiniteDuration
  23. val SnapsWriteConcern: String
  24. val SuffixBuilderClass: String
  25. val SuffixDropEmptyCollections: Boolean
  26. val SuffixMigrationEmptyMetadata: Boolean
  27. val SuffixMigrationHeavyLoad: Boolean
  28. val SuffixMigrationMaxDeleteRetry: Int
  29. val SuffixMigrationMaxEmptyMetadataRetry: Int
  30. val SuffixMigrationMaxInsertRetry: Int
  31. val SuffixMigrationParallelism: Int
  32. val SuffixSeparator: String
  33. val UseLegacyJournalSerialization: Boolean
  34. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  35. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  36. val config: Config
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  45. val realtimeCollectionName: String
  46. val realtimeCollectionSize: Long
  47. val realtimeEnablePersistence: Boolean
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped