Packages

t

org.apache.spark.sql.connector.write

WriterCommitMessage

trait WriterCommitMessage extends Serializable

A commit message returned by DataWriter#commit() and will be sent back to the driver side as the input parameter of BatchWrite#commit(WriterCommitMessage[]) or WriterCommitMessage[]).

This is an empty interface, data sources should define their own message class and use it when generating messages at executor side and handling the messages at driver side.

Annotations
@Evolving()
Source
WriterCommitMessage.java
Since

3.0.0

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriterCommitMessage
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected