| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Admin. cloneSnapshot(byte[] 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. | 
| void | Admin. cloneSnapshot(String snapshotName,
             TableName tableName,
             boolean restoreAcl)Create a new table by cloning the snapshot content. | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.