st.happy_camper.hbase.shell.client.command.ddl.CreateCommand

CreatingTable

case class CreatingTable[HCF](tablename: Array[Byte], families: Map[Array[Byte], Seq[ColumnAttribute]] = ..., coprocessors: Map[String, (Path, Int, Map[String, String])] = ...)(implicit admin: org.apache.hadoop.hbase.client.HBaseAdmin) extends Table with Product with Serializable

Represents a describing table.

Linear Supertypes
Serializable, Serializable, Product, Equals, Table, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CreatingTable
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Table
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CreatingTable(tablename: Array[Byte], families: Map[Array[Byte], Seq[ColumnAttribute]] = ..., coprocessors: Map[String, (Path, Int, Map[String, String])] = ...)(implicit admin: org.apache.hadoop.hbase.client.HBaseAdmin)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addCoprocessor(className: String, jarFilePath: Path, priority: Int, kvs: (String, String)*): CreatingTable[HCF]

    Adds a coprocessor.

    Adds a coprocessor.

    className

    the coprocessor class name

    jarFilePath

    the Path of the jar file. If it's null, the class will be loaded from default classloader.

    priority

    the priority

    kvs

    arbitrary key-value parameter pairs passed into the coprocessor

    returns

    the copy of this having the coprocessor

  7. def addCoprocessor(className: String): CreatingTable[HCF]

    Adds a coprocessor.

    Adds a coprocessor.

    className

    the coprocessor class name

    returns

    the copy of this having the coprocessor

  8. def addFamily(name: Array[Byte], attributes: ColumnAttribute*): CreatingTable[HasColumnFamily]

    Adds a column family.

    Adds a column family.

    name

    the column family name

    attributes

    the column family's attributes

    returns

    the copy of this having the column family

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. val coprocessors: Map[String, (Path, Int, Map[String, String])]

  12. def create(startKey: Array[Byte], endKey: Array[Byte], numRegions: Int)(implicit ev: =:=[HCF, HasColumnFamily]): HTableDescriptor

    Creates a new table with pre-split region key range.

    Creates a new table with pre-split region key range.

    startKey

    beginning of key range

    endKey

    end of key range

    numRegions

    the total number of regions to create

    ev

    implicit evidence instance

    returns

    the descriptor of the created table

  13. def create(splitKeys: Array[Array[Byte]])(implicit ev: =:=[HCF, HasColumnFamily]): HTableDescriptor

    Creates a new table with pre-split region keys.

    Creates a new table with pre-split region keys.

    splitKeys

    the split keys

    ev

    implicit evidence instance

    returns

    the descriptor of the created table

  14. def create()(implicit ev: =:=[HCF, HasColumnFamily]): HTableDescriptor

    Creates a new table.

    Creates a new table.

    ev

    implicit evidence instance

    returns

    the descriptor of the created table

  15. def createAsync(splitKeys: Array[Array[Byte]])(implicit ev: =:=[HCF, HasColumnFamily]): HTableDescriptor

    Creates a new table with pre-split region keys asynchronously.

    Creates a new table with pre-split region keys asynchronously.

    splitKeys
    ev

    implicit evidence instance

    returns

    the descriptor of the created table

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. val families: Map[Array[Byte], Seq[ColumnAttribute]]

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. val tablename: Array[Byte]

    Definition Classes
    CreatingTableTable
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Table

Inherited from AnyRef

Inherited from Any

No Group