case class KafkaConfigModel(connections: Seq[ConnectionConfig], ingest_rate: String, zookeeperConnections: Option[ZookeeperConnectionsConfig], broker_id: String, partitioner_fqcn: String, default_encoder: String, key_encoder_fqcn: String, encoder_fqcn: String, decoder_fqcn: String, batch_send_size: Int, acks: String, others: Seq[KafkaEntryConfig], name: String) extends Model with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Model, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaConfigModel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Model
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KafkaConfigModel(connections: Seq[ConnectionConfig], ingest_rate: String, zookeeperConnections: Option[ZookeeperConnectionsConfig], broker_id: String, partitioner_fqcn: String, default_encoder: String, key_encoder_fqcn: String, encoder_fqcn: String, decoder_fqcn: String, batch_send_size: Int, acks: String, others: Seq[KafkaEntryConfig], name: String)

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 acks: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val batch_send_size: Int
  7. val broker_id: String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val connections: Seq[ConnectionConfig]
  10. val decoder_fqcn: String
  11. val default_encoder: String
  12. val encoder_fqcn: String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def ingestRateToMills(): Int
  17. val ingest_rate: String
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val key_encoder_fqcn: String
  20. val name: String
    Definition Classes
    KafkaConfigModelModel
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val others: Seq[KafkaEntryConfig]
  25. val partitioner_fqcn: String
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toTinyConfig(): TinyKafkaConfig
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. val zookeeperConnections: Option[ZookeeperConnectionsConfig]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped