Packages

object HTableSettings

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

Value Members

  1. def apply[T](conf: Configuration, tableName: TableName, columnFamilies: Seq[String], converter: (T) => Seq[Mutation]): HTableSettings[T]

    Create table settings, describing table name, columns and HBase mutations for every model object

  2. def create[T](conf: Configuration, tableName: TableName, columnFamilies: List[String], converter: Function[T, List[Mutation]]): HTableSettings[T]

    Java Api Create table settings, describing table name, columns and HBase mutations for every model object