Uses of Class
org.apache.hadoop.hbase.TableExistsException
Package
Description
Provides HBase Client
-
Uses of TableExistsException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptiondefault void
Admin.cloneSnapshot
(String snapshotName, TableName tableName) Create a new table by cloning the snapshot content.default void
Admin.cloneSnapshot
(String snapshotName, TableName tableName, boolean restoreAcl) Create a new table by cloning the snapshot content.default void
Admin.cloneSnapshot
(String snapshotName, TableName tableName, boolean restoreAcl, String customSFT) Create a new table by cloning the snapshot content.Admin.cloneSnapshotAsync
(String snapshotName, TableName tableName) Create a new table by cloning the snapshot content, but does not block and wait for it to be completely cloned.Admin.cloneSnapshotAsync
(String snapshotName, TableName tableName, boolean restoreAcl) Create a new table by cloning the snapshot content.Admin.cloneSnapshotAsync
(String snapshotName, TableName tableName, boolean restoreAcl, String customSFT) Create a new table by cloning the snapshot content.AdminOverAsyncAdmin.cloneSnapshotAsync
(String snapshotName, TableName tableName, boolean restoreAcl, String customSFT) -
Uses of TableExistsException in org.apache.hadoop.hbase.thrift2.client