Package | Description |
---|---|
org.apache.hadoop.hbase.master.handler | |
org.apache.hadoop.hbase.master.snapshot |
Modifier and Type | Class and Description |
---|---|
class |
DeleteTableHandler |
class |
ModifyTableHandler |
class |
TableAddFamilyHandler
Handles adding a new family to an existing table.
|
class |
TableDeleteFamilyHandler
Handles Deleting a column family from an existing table.
|
class |
TableModifyFamilyHandler
Handles adding a new family to an existing table.
|
class |
TruncateTableHandler
Truncate the table by removing META and the HDFS files and recreating it.
|
Modifier and Type | Method and Description |
---|---|
TableEventHandler |
TableEventHandler.prepare() |
Modifier and Type | Class and Description |
---|---|
class |
RestoreSnapshotHandler
Handler to Restore a snapshot.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.