Packages

object IndexerConfig extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexerConfig
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 DefaultBatchingParallelism: Int
  5. val DefaultEnableCompression: Boolean
  6. val DefaultIngestionParallelism: Int
  7. val DefaultInputMappingParallelism: Int
  8. val DefaultMaxInputBufferSize: Int
  9. val DefaultMaxOutputBatchedBufferSize: Int
  10. val DefaultMaxTailerBatchSize: Int
  11. val DefaultPostProcessingParallelism: Int
  12. val DefaultQueueBufferSize: Int
  13. val DefaultQueueMaxBlockedOffer: Int
  14. val DefaultQueueRecoveryRetryAttemptErrorThreshold: Int
  15. val DefaultQueueRecoveryRetryAttemptWarnThreshold: Int
  16. val DefaultQueueRecoveryRetryMaxWaitMillis: Int
  17. val DefaultQueueRecoveryRetryMinWaitMillis: Int
  18. val DefaultQueueUncommittedWarnThreshold: Int
  19. val DefaultRestartDelay: FiniteDuration
  20. val DefaultSubmissionBatchSize: Long
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  23. def createConnectionPoolConfig(ingestionParallelism: Int, connectionTimeout: FiniteDuration = FiniteDuration( // 250 millis is the lowest possible value for this Hikari configuration (see HikariConfig JavaDoc) 250, "millis", )): ConnectionPoolConfig
  24. def createDataSourcePropertiesForTesting(ingestionParallelism: Int): DataSourceProperties
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped