Packages

final case class KafkaCheckpoint(id: String, currentOffsets: Map[(String, Int), Long]) extends Checkpoint with Product with Serializable

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

Instance Constructors

  1. new KafkaCheckpoint(id: String, currentOffsets: Map[(String, Int), Long])

Value Members

  1. val currentOffsets: Map[(String, Int), Long]
  2. val id: String
    Definition Classes
    KafkaCheckpointCheckpoint
  3. def merge(other: Checkpoint): Checkpoint
    Definition Classes
    KafkaCheckpointCheckpoint
  4. def update(row: Row, colIdxMap: Map[String, Int])(implicit streamConf: StreamConfig): Checkpoint
    Definition Classes
    KafkaCheckpointCheckpoint