Packages

final class KuduTableSettings[T] extends AnyRef

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

Value Members

  1. val converter: (T) => PartialRow
  2. val createTableOptions: CreateTableOptions
  3. val schema: Schema
  4. val tableName: String
  5. def toString(): String
    Definition Classes
    KuduTableSettings → AnyRef → Any
  6. def withConverter[A](value: (A) => PartialRow): KuduTableSettings[A]
  7. def withCreateTableOptions(value: CreateTableOptions): KuduTableSettings[T]
  8. def withSchema(value: Schema): KuduTableSettings[T]
  9. def withTableName(value: String): KuduTableSettings[T]