|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownTableException | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api |
Uses of UnknownTableException in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore that throw UnknownTableException | |
---|---|
void |
IMetaStoreClient.dropTable(String tableName,
boolean deleteData)
Drop the table. |
List<FieldSchema> |
HiveMetaStore.HMSHandler.get_fields(String db,
String tableName)
|
List<FieldSchema> |
HiveMetaStore.HMSHandler.get_schema(String db,
String tableName)
Return the schema of the table. |
List<FieldSchema> |
IMetaStoreClient.getFields(String db,
String tableName)
|
List<FieldSchema> |
HiveMetaStoreClient.getFields(String db,
String tableName)
|
List<FieldSchema> |
IMetaStoreClient.getSchema(String db,
String tableName)
|
List<FieldSchema> |
HiveMetaStoreClient.getSchema(String db,
String tableName)
|
List<String> |
IMetaStoreClient.getTables(String dbName,
String tablePattern)
|
Uses of UnknownTableException in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return UnknownTableException | |
---|---|
UnknownTableException |
UnknownTableException.clone()
|
UnknownTableException |
ThriftHiveMetastore.get_fields_result.getO2()
|
UnknownTableException |
ThriftHiveMetastore.get_schema_result.getO2()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type UnknownTableException | |
---|---|
boolean |
UnknownTableException.equals(UnknownTableException that)
|
void |
ThriftHiveMetastore.get_fields_result.setO2(UnknownTableException o2)
|
void |
ThriftHiveMetastore.get_schema_result.setO2(UnknownTableException o2)
|
Methods in org.apache.hadoop.hive.metastore.api that throw UnknownTableException | |
---|---|
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_fields(String db_name,
String table_name)
|
List<FieldSchema> |
ThriftHiveMetastore.Client.get_fields(String db_name,
String table_name)
|
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_schema(String db_name,
String table_name)
|
List<FieldSchema> |
ThriftHiveMetastore.Client.get_schema(String db_name,
String table_name)
|
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields()
|
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema()
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type UnknownTableException | |
---|---|
ThriftHiveMetastore.get_fields_result(List<FieldSchema> success,
MetaException o1,
UnknownTableException o2,
UnknownDBException o3)
|
|
ThriftHiveMetastore.get_schema_result(List<FieldSchema> success,
MetaException o1,
UnknownTableException o2,
UnknownDBException o3)
|
|
UnknownTableException(UnknownTableException other)
Performs a deep copy on other. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |