Packages

object KuduTable

Scala API

Source
KuduTable.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KuduTable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def flow[A](settings: KuduTableSettings[A]): Flow[A, A, NotUsed]

    Create a Flow writing elements to a Kudu table.

  2. def sink[A](settings: KuduTableSettings[A]): Sink[A, Future[Done]]

    Create a Sink writing elements to a Kudu table.