st.happy_camper.hbase.shell.client

Shell

trait Shell extends Client with HBaseAdminShell with HTableShell

Represents HBase shell.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Shell
  2. HTableShell
  3. CountCommand
  4. HTable
  5. HBaseAdminShell
  6. AlterCommand
  7. DropCommand
  8. DisableCommand
  9. EnableCommand
  10. CreateCommand
  11. DescribeCommand
  12. ListCommand
  13. HBaseAdmin
  14. Client
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract val conf: Configuration

    Definition Classes
    Client

Concrete 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. implicit lazy val admin: org.apache.hadoop.hbase.client.HBaseAdmin

    Definition Classes
    HBaseAdmin
  7. implicit def alteringTable(table: Table): AlteringTable

    Definition Classes
    AlterCommand
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. implicit def countingTable(table: Table): CountingTable

    Definition Classes
    CountCommand
  11. implicit def creatingTable(table: Table): CreatingTable[Nothing]

    Definition Classes
    CreateCommand
  12. implicit def describingTable(table: Table): DescribingTable

    Definition Classes
    DescribeCommand
  13. implicit def disablingTable(table: Table): DisablingTable

    Definition Classes
    DisableCommand
  14. implicit def droppingTable(table: Table): DroppingTable

    Definition Classes
    DropCommand
  15. implicit def enablingTable(table: Table): EnablingTable

    Definition Classes
    EnableCommand
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

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

    Definition Classes
    Any
  22. def list(): Seq[HTableDescriptor]

    Returns table list.

    Returns table list.

    returns

    the table list

    Definition Classes
    ListCommand
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  27. def table(tablename: Array[Byte]): Table

    Creates new table instance.

    Creates new table instance.

    tablename

    the table name

    returns

    the new instance

    Definition Classes
    Client
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from HTableShell

Inherited from CountCommand

Inherited from HTable

Inherited from HBaseAdminShell

Inherited from AlterCommand

Inherited from DropCommand

Inherited from DisableCommand

Inherited from EnableCommand

Inherited from CreateCommand

Inherited from DescribeCommand

Inherited from ListCommand

Inherited from HBaseAdmin

Inherited from Client

Inherited from AnyRef

Inherited from Any

No Group