st.happy_camper.hbase.shell.client

Shell

object Shell extends Shell

An object Shell initialized by default configurations.

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

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 val conf: Configuration

    Definition Classes
    ShellClient
  11. implicit def countingTable(table: Table): CountingTable

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

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

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

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

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

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

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

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

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

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

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

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

    Returns table list.

    Returns table list.

    returns

    the table list

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

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

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

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

    Definition Classes
    AnyRef
  28. 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
  29. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Shell

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