Uses of Class
org.apache.hadoop.hbase.TableExistsException

Packages that use org.apache.hadoop.hbase.TableExistsException
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.TableExistsException in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that throw org.apache.hadoop.hbase.TableExistsException in in
    Modifier and Type
    Method
    Description
    default void
    Admin.cloneSnapshot(byte[] snapshotName, org.apache.hadoop.hbase.TableName tableName)
    Deprecated.
    since 2.3.0, will be removed in 3.0.0.
    default void
    Admin.cloneSnapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName)
    Create a new table by cloning the snapshot content.
    default void
    Admin.cloneSnapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl)
    Create a new table by cloning the snapshot content.
    default void
    Admin.cloneSnapshot(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl, String customSFT)
    Create a new table by cloning the snapshot content.
    default Future<Void>
    Admin.cloneSnapshotAsync(String snapshotName, org.apache.hadoop.hbase.TableName tableName)
    Create a new table by cloning the snapshot content, but does not block and wait for it to be completely cloned.
    default Future<Void>
    Admin.cloneSnapshotAsync(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl)
    Create a new table by cloning the snapshot content.
    Admin.cloneSnapshotAsync(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl, String customSFT)
    Create a new table by cloning the snapshot content.
    HBaseAdmin.cloneSnapshotAsync(String snapshotName, org.apache.hadoop.hbase.TableName tableName, boolean restoreAcl, String customSFT)