Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.metadata |
Modifier and Type | Method and Description |
---|---|
void |
IMetaStoreClient.dropTable(String tableName,
boolean deleteData)
Deprecated.
As of release 0.6.0 replaced by
IMetaStoreClient.dropTable(String, String, boolean, boolean) .
This method will be removed in release 0.7.0. |
void |
HiveMetaStoreClient.dropTable(String tableName,
boolean deleteData)
Deprecated.
|
List<FieldSchema> |
HiveMetaStore.HMSHandler.get_fields_with_environment_context(String db,
String tableName,
EnvironmentContext envContext) |
List<FieldSchema> |
HiveMetaStore.HMSHandler.get_fields(String db,
String tableName) |
List<FieldSchema> |
HiveMetaStore.HMSHandler.get_schema_with_environment_context(String db,
String tableName,
EnvironmentContext envContext)
Return the schema of the table.
|
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) |
Index |
IMetaStoreClient.getIndex(String dbName,
String tblName,
String indexName) |
Index |
HiveMetaStoreClient.getIndex(String dbName,
String tblName,
String indexName) |
Partition |
IMetaStoreClient.getPartition(String dbName,
String tblName,
String name) |
Partition |
HiveMetaStoreClient.getPartition(String db,
String tableName,
String partName) |
Partition |
IMetaStoreClient.getPartitionWithAuthInfo(String dbName,
String tableName,
List<String> pvals,
String userName,
List<String> groupNames) |
Partition |
HiveMetaStoreClient.getPartitionWithAuthInfo(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names) |
List<FieldSchema> |
IMetaStoreClient.getSchema(String db,
String tableName) |
List<FieldSchema> |
HiveMetaStoreClient.getSchema(String db,
String tableName) |
boolean |
RawStore.isPartitionMarkedForEvent(String dbName,
String tblName,
Map<String,String> partName,
PartitionEventType evtType) |
boolean |
ObjectStore.isPartitionMarkedForEvent(String dbName,
String tblName,
Map<String,String> partName,
PartitionEventType evtType) |
boolean |
IMetaStoreClient.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType) |
boolean |
HiveMetaStoreClient.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType) |
boolean |
HiveMetaStore.HMSHandler.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> partName,
PartitionEventType evtType) |
Table |
RawStore.markPartitionForEvent(String dbName,
String tblName,
Map<String,String> partVals,
PartitionEventType evtType) |
Table |
ObjectStore.markPartitionForEvent(String dbName,
String tblName,
Map<String,String> partName,
PartitionEventType evtType) |
void |
IMetaStoreClient.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType) |
void |
HiveMetaStoreClient.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType) |
void |
HiveMetaStore.HMSHandler.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> partName,
PartitionEventType evtType) |
Modifier and Type | Method and Description |
---|---|
UnknownTableException |
UnknownTableException.deepCopy() |
UnknownTableException |
ThriftHiveMetastore.get_fields_result.getO2() |
UnknownTableException |
ThriftHiveMetastore.get_fields_with_environment_context_result.getO2() |
UnknownTableException |
ThriftHiveMetastore.get_schema_result.getO2() |
UnknownTableException |
ThriftHiveMetastore.get_schema_with_environment_context_result.getO2() |
UnknownTableException |
ThriftHiveMetastore.markPartitionForEvent_result.getO4() |
UnknownTableException |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.getO4() |
Modifier and Type | Method and Description |
---|---|
int |
UnknownTableException.compareTo(UnknownTableException other) |
boolean |
UnknownTableException.equals(UnknownTableException that) |
void |
ThriftHiveMetastore.get_fields_result.setO2(UnknownTableException o2) |
void |
ThriftHiveMetastore.get_fields_with_environment_context_result.setO2(UnknownTableException o2) |
void |
ThriftHiveMetastore.get_schema_result.setO2(UnknownTableException o2) |
void |
ThriftHiveMetastore.get_schema_with_environment_context_result.setO2(UnknownTableException o2) |
void |
ThriftHiveMetastore.markPartitionForEvent_result.setO4(UnknownTableException o4) |
void |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO4(UnknownTableException o4) |
Modifier and Type | Method and Description |
---|---|
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_fields_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
ThriftHiveMetastore.Client.get_fields_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
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_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
ThriftHiveMetastore.Client.get_schema_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
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.AsyncClient.get_fields_call.getResult() |
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_fields_with_environment_context_call.getResult() |
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_schema_call.getResult() |
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_schema_with_environment_context_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.markPartitionForEvent_call.getResult() |
boolean |
ThriftHiveMetastore.AsyncClient.isPartitionMarkedForEvent_call.getResult() |
boolean |
ThriftHiveMetastore.Iface.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
boolean |
ThriftHiveMetastore.Client.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
void |
ThriftHiveMetastore.Iface.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
void |
ThriftHiveMetastore.Client.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields_with_environment_context() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema_with_environment_context() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema() |
boolean |
ThriftHiveMetastore.Client.recv_isPartitionMarkedForEvent() |
void |
ThriftHiveMetastore.Client.recv_markPartitionForEvent() |
Modifier and Type | Method and Description |
---|---|
List<FieldSchema> |
SessionHiveMetaStoreClient.getSchema(String dbName,
String tableName) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.