st
.
happy_camper
.
hbase
.
shell
.
client
HBaseAdminShell
trait
HBaseAdminShell
extends
HBaseAdmin
with
ListCommand
with
DescribeCommand
with
CreateCommand
with
EnableCommand
with
DisableCommand
with
DropCommand
with
AlterCommand
Represents HBase admin shell.
Self Type
HBaseAdminShell
with
Client
Linear Supertypes
AlterCommand
,
DropCommand
,
DisableCommand
,
EnableCommand
,
CreateCommand
,
DescribeCommand
,
ListCommand
,
HBaseAdmin
,
AnyRef
,
Any
Known Subclasses
Shell
,
Shell
Ordering
Alphabetic
By inheritance
Inherited
HBaseAdminShell
AlterCommand
DropCommand
DisableCommand
EnableCommand
CreateCommand
DescribeCommand
ListCommand
HBaseAdmin
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
implicit
lazy val
admin
:
org.apache.hadoop.hbase.client.HBaseAdmin
Definition Classes
HBaseAdmin
implicit
def
alteringTable
(
table:
Table
)
:
AlteringTable
Definition Classes
AlterCommand
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
implicit
def
creatingTable
(
table:
Table
)
:
CreatingTable
[
Nothing
]
Definition Classes
CreateCommand
implicit
def
describingTable
(
table:
Table
)
:
DescribingTable
Definition Classes
DescribeCommand
implicit
def
disablingTable
(
table:
Table
)
:
DisablingTable
Definition Classes
DisableCommand
implicit
def
droppingTable
(
table:
Table
)
:
DroppingTable
Definition Classes
DropCommand
implicit
def
enablingTable
(
table:
Table
)
:
EnablingTable
Definition Classes
EnableCommand
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
list
()
:
Seq
[
HTableDescriptor
]
Returns table list.
Returns table list.
returns
the table list
Definition Classes
ListCommand
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
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
AnyRef
Inherited from
Any
No Group
Represents HBase admin shell.