@InterfaceAudience.Public @InterfaceStability.Evolving public class TablePartiallyOpenException extends IOException
| 构造器和说明 |
|---|
TablePartiallyOpenException() |
TablePartiallyOpenException(byte[] tableName) |
TablePartiallyOpenException(String s) |
TablePartiallyOpenException(org.apache.hadoop.hbase.TableName tableName) |
public TablePartiallyOpenException()
public TablePartiallyOpenException(String s)
s - messagepublic TablePartiallyOpenException(org.apache.hadoop.hbase.TableName tableName)
tableName - Name of table that is partial openpublic TablePartiallyOpenException(byte[] tableName)
tableName - Name of table that is partial openCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.