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.
|
private void |
HBaseAdmin.internalRestoreSnapshot(String snapshotName,
TableName tableName)
Execute Restore/Clone snapshot and wait for the server to complete (blocking).
|
private org.apache.hadoop.hbase.protobuf.generated.MasterProtos.RestoreSnapshotResponse |
HBaseAdmin.internalRestoreSnapshotAsync(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot)
Execute Restore/Clone snapshot and wait for the server to complete (asynchronous)
|
void |
HBaseAdmin.restoreSnapshot(byte[] snapshotName)
Restore the specified snapshot on the original table.
|
void |
Admin.restoreSnapshot(byte[] snapshotName)
Restore the specified snapshot on the original table.
|
void |
HBaseAdmin.restoreSnapshot(byte[] snapshotName,
boolean takeFailSafeSnapshot)
Restore the specified snapshot on the original table.
|
void |
Admin.restoreSnapshot(byte[] snapshotName,
boolean takeFailSafeSnapshot)
Restore the specified snapshot on the original table.
|
void |
HBaseAdmin.restoreSnapshot(String snapshotName)
Restore the specified snapshot on the original table.
|
void |
Admin.restoreSnapshot(String snapshotName)
Restore the specified snapshot on the original table.
|
void |
HBaseAdmin.restoreSnapshot(String snapshotName,
boolean takeFailSafeSnapshot)
Restore the specified snapshot on the original table.
|
void |
Admin.restoreSnapshot(String snapshotName,
boolean takeFailSafeSnapshot)
Restore the specified snapshot on the original table.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.