case class IcebergRecordBatch(dataWriteResult: DataWriteResult, recordRanges: Seq[StreamRange]) extends RecordBatch with AppendableRecordBatch[IcebergRecordBatch] with Product with Serializable
- Alphabetic
- By Inheritance
- IcebergRecordBatch
- Serializable
- Product
- Equals
- AppendableRecordBatch
- RecordBatch
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IcebergRecordBatch(dataWriteResult: DataWriteResult, recordRanges: Seq[StreamRange])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def appended(next: IcebergRecordBatch): IcebergRecordBatch
Returns a new batch that is the result of appending the
next
batch to the current batch.Returns a new batch that is the result of appending the
next
batch to the current batch.- Definition Classes
- IcebergRecordBatch → AppendableRecordBatch
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dataWriteResult: DataWriteResult
- def discard(): Boolean
Performs any necessary cleanup after the batch is no longer needed, e.g.
Performs any necessary cleanup after the batch is no longer needed, e.g. deletes any underlying files.
- returns
Whether the discard operation succeeded.
- Definition Classes
- IcebergRecordBatch → RecordBatch
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val recordRanges: Seq[StreamRange]
Gets the ranges of records in each topic partition contained in the batch.
Gets the ranges of records in each topic partition contained in the batch.
- Definition Classes
- IcebergRecordBatch → RecordBatch
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()