| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HBaseAdmin.cloneSnapshot(byte[] snapshotName,
             byte[] tableName)
Create a new table by cloning the snapshot content. 
 | 
void | 
HBaseAdmin.cloneSnapshot(byte[] snapshotName,
             TableName tableName)
Create a new table by cloning the snapshot content. 
 | 
void | 
Admin.cloneSnapshot(byte[] snapshotName,
             TableName tableName)
Create a new table by cloning the snapshot content. 
 | 
void | 
HBaseAdmin.cloneSnapshot(String snapshotName,
             String tableName)
Create a new table by cloning the snapshot content. 
 | 
void | 
HBaseAdmin.cloneSnapshot(String snapshotName,
             TableName tableName)
Create a new table by cloning the snapshot content. 
 | 
void | 
Admin.cloneSnapshot(String snapshotName,
             TableName tableName)
Create a new table by cloning the snapshot content. 
 | 
Copyright © 2007-2017 The Apache Software Foundation. All Rights Reserved.