com.cj.kafka.rx

Record

Related Doc: package rx

case class Record[K, V](key: K = null, value: V, topic: String, partition: Int, offset: Long, commitfn: Commit = defaultCommit) extends Committable[V] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Committable[V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Record
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Committable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Record(key: K = null, value: V, topic: String, partition: Int, offset: Long, commitfn: Commit = defaultCommit)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def commit(merge: OffsetMerge): OffsetMap

    Definition Classes
    RecordCommittable
  7. def commit(): OffsetMap

    Definition Classes
    Committable
  8. def derive[R](newValue: R): Committable[R]

    Definition Classes
    Committable
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean

    Definition Classes
    Record → Equals → AnyRef → Any
  11. def finalize(): Unit

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

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

    Definition Classes
    Any
  14. val key: K

  15. def map[R](fn: (V) ⇒ R): Committable[R]

    Definition Classes
    Committable
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. val offset: Long

  20. val partition: Int

  21. def produce[k, v](topic: String, partition: Int, key: k, value: v): Committable[ProducerRecord[k, v]]

  22. def produce(topic: String): Committable[ProducerRecord[K, V]]

  23. def produce[k, v](topic: String, key: k, value: v): Committable[ProducerRecord[k, v]]

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

    Definition Classes
    AnyRef
  25. val topic: String

  26. val topicPartition: (String, Int)

  27. val value: V

    Definition Classes
    RecordCommittable
  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( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Committable[V]

Inherited from AnyRef

Inherited from Any

Ungrouped