Class

com.ebiznext.comet.utils.kafka

KafkaClient

Related Doc: package kafka

Permalink

class KafkaClient extends StrictLogging with AutoCloseable

Linear Supertypes
AutoCloseable, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaClient
  2. AutoCloseable
  3. StrictLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KafkaClient(kafkaConfig: KafkaConfig)(implicit settings: Settings)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val client: AdminClient

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    KafkaClient → AutoCloseable
  8. val cometOffsetsConfig: KafkaTopicConfig

    Permalink
  9. val cometOffsetsMode: Mode

    Permalink
  10. def consumeTopicBatch(topicConfigName: String, session: SparkSession, config: KafkaTopicConfig): (DataFrame, List[(Int, Long)])

    Permalink
  11. def consumeTopicStreaming(session: SparkSession, config: KafkaTopicConfig): DataFrame

    Permalink
  12. def createTopicIfNotPresent(topic: NewTopic, conf: Map[String, String]): Unit

    Permalink
  13. def deleteTopic(topicName: String): Unit

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def offsetsAsJson(topicName: String, offsets: List[(Int, Long)]): Option[String]

    Permalink
  25. val props: Properties

    Permalink
  26. val serverOptions: Map[String, String]

    Permalink
  27. def sinkToTopic(config: KafkaTopicConfig, df: DataFrame): Unit

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def topicCurrentOffsets(topicConfigName: String): Option[List[(Int, Long)]]

    Permalink
  31. def topicEndOffsets(topicName: String, accessOptions: Map[String, String]): List[(Int, Long)]

    Permalink
  32. def topicPartitions(topicName: String): List[TopicPartitionInfo]

    Permalink
  33. def topicSaveOffsets(topicConfigName: String, accessOptions: Map[String, String], offsets: List[(Int, Long)]): Unit

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AutoCloseable

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped