case class TableCommitCoordinatorClient(commitCoordinatorClient: CommitCoordinatorClient, logPath: Path, tableConf: Map[String, String], hadoopConf: Configuration, logStore: LogStore) extends Product with Serializable

A wrapper around CommitCoordinatorClient that provides a more user-friendly API for committing/ accessing commits to a specific table. This class takes care of passing the table specific configuration to the underlying CommitCoordinatorClient e.g. logPath / logStore / coordinatedCommitsTableConf / hadoopConf.

commitCoordinatorClient

the underlying CommitCoordinatorClient

logPath

the path to the log directory

tableConf

the table specific coordinated-commits configuration

hadoopConf

hadoop configuration

logStore

the log store

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

Instance Constructors

  1. new TableCommitCoordinatorClient(commitCoordinatorClient: CommitCoordinatorClient, logPath: Path, tableConf: Map[String, String], hadoopConf: Configuration, logStore: LogStore)

    commitCoordinatorClient

    the underlying CommitCoordinatorClient

    logPath

    the path to the log directory

    tableConf

    the table specific coordinated-commits configuration

    hadoopConf

    hadoop configuration

    logStore

    the log store

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 backfillToVersion(tableIdentifierOpt: Option[TableIdentifier], version: Long, lastKnownBackfilledVersion: Option[Long] = None): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def commit(commitVersion: Long, actions: Iterator[String], updatedActions: UpdatedActions, tableIdentifierOpt: Option[TableIdentifier]): CommitResponse
  8. val commitCoordinatorClient: CommitCoordinatorClient
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getCommits(tableIdentifierOpt: Option[TableIdentifier], startVersion: Option[Long] = None, endVersion: Option[Long] = None): GetCommitsResponse
  13. val hadoopConf: Configuration
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val logPath: Path
  16. val logStore: LogStore
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def semanticsEquals(otherCommitCoordinatorClient: TableCommitCoordinatorClient): Boolean

    Checks whether the signature of the underlying backing CommitCoordinatorClient is the same as the given otherCommitCoordinatorClient

  21. def semanticsEquals(otherCommitCoordinatorClient: CommitCoordinatorClient): Boolean

    Checks whether the signature of the underlying backing CommitCoordinatorClient is the same as the given otherCommitCoordinatorClient

  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. val tableConf: Map[String, String]
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped