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

AlteringTable

case class AlteringTable(tablename: Array[Byte], alterFamilies: Map[Array[Byte], Seq[ColumnAttribute]] = ..., removeFamilies: Set[Array[Byte]] = ..., alterCoprocessors: Map[String, (Path, Int, Map[String, String])] = ..., removeCoprocessors: Set[String] = scala.this.Predef.Set.empty[String])(implicit admin: org.apache.hadoop.hbase.client.HBaseAdmin) extends Table with Product with Serializable

Represents a altering table.

Linear Supertypes
Serializable, Serializable, Product, Equals, Table, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AlteringTable
  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 AlteringTable(tablename: Array[Byte], alterFamilies: Map[Array[Byte], Seq[ColumnAttribute]] = ..., removeFamilies: Set[Array[Byte]] = ..., alterCoprocessors: Map[String, (Path, Int, Map[String, String])] = ..., removeCoprocessors: Set[String] = scala.this.Predef.Set.empty[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 alter(): HTableDescriptor

    Alters a table.

    Alters a table.

    returns

    the descriptor of the altered table

  7. def alterCoprocessor(className: String, jarFilePath: Path, priority: Int, kvs: (String, String)*): AlteringTable

    Alters a coprocessor.

    Alters 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 modified coprocessor

  8. def alterCoprocessor(className: String): AlteringTable

    Alters a coprocessor.

    Alters a coprocessor.

    className

    the coprocessor class name

    returns

    the copy of this having the altered coprocessor

  9. val alterCoprocessors: Map[String, (Path, Int, Map[String, String])]

  10. val alterFamilies: Map[Array[Byte], Seq[ColumnAttribute]]

  11. def alterFamily(name: Array[Byte], attributes: ColumnAttribute*): AlteringTable

    Alters a column family.

    Alters a column family.

    name

    the column family name

    attributes

    the column family's attributes

    returns

    the copy of this having the altered column family

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  21. def removeCoprocessor(className: String): AlteringTable

    Removes a coprocessor.

    Removes a coprocessor.

    className

    the coprocessor class name

    returns

    the copy of this having the removed coprocessor

  22. val removeCoprocessors: Set[String]

  23. val removeFamilies: Set[Array[Byte]]

  24. def removeFamily(name: Array[Byte]): AlteringTable

    Removes a column family.

    Removes a column family.

    name

    the column family name

    returns

    the copy of this not having the removed column family

  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    AlteringTableTable
  27. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. 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