| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
GetFieldsResponse |
AbstractThriftHiveMetastore.get_fields_req(GetFieldsRequest req) |
List<FieldSchema> |
AbstractThriftHiveMetastore.get_fields_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
AbstractThriftHiveMetastore.get_fields(String db_name,
String table_name) |
GetSchemaResponse |
AbstractThriftHiveMetastore.get_schema_req(GetSchemaRequest req) |
List<FieldSchema> |
AbstractThriftHiveMetastore.get_schema_with_environment_context(String db_name,
String table_name,
EnvironmentContext environment_context) |
List<FieldSchema> |
AbstractThriftHiveMetastore.get_schema(String db_name,
String table_name) |
List<FieldSchema> |
IMetaStoreClient.getFields(String db,
String tableName)
Get schema for a table, excluding the partition columns.
|
List<FieldSchema> |
IMetaStoreClient.getFields(String catName,
String db,
String tableName)
Get schema for a table, excluding the partition columns.
|
GetFieldsResponse |
HiveMetaStoreClient.getFieldsRequest(GetFieldsRequest req) |
GetFieldsResponse |
IMetaStoreClient.getFieldsRequest(GetFieldsRequest req)
Get schema for a table, excluding the partition columns.
|
Partition |
IMetaStoreClient.getPartition(String dbName,
String tblName,
String name)
Get a Partition by name.
|
Partition |
IMetaStoreClient.getPartition(String catName,
String dbName,
String tblName,
String name)
Get a Partition by name.
|
Partition |
IMetaStoreClient.getPartitionWithAuthInfo(String dbName,
String tableName,
List<String> pvals,
String userName,
List<String> groupNames)
Get a Partition along with authorization information.
|
Partition |
IMetaStoreClient.getPartitionWithAuthInfo(String catName,
String dbName,
String tableName,
List<String> pvals,
String userName,
List<String> groupNames)
Get a Partition along with authorization information.
|
List<FieldSchema> |
IMetaStoreClient.getSchema(String db,
String tableName)
Get schema for a table, including the partition columns.
|
List<FieldSchema> |
IMetaStoreClient.getSchema(String catName,
String db,
String tableName)
Get schema for a table, including the partition columns.
|
GetSchemaResponse |
HiveMetaStoreClient.getSchemaRequest(GetSchemaRequest req) |
GetSchemaResponse |
IMetaStoreClient.getSchemaRequest(GetSchemaRequest req)
Get schema for a table, including the partition columns.
|
boolean |
AbstractThriftHiveMetastore.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
boolean |
IMetaStoreClient.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Determine whether a partition has been marked with a particular event type.
|
boolean |
IMetaStoreClient.isPartitionMarkedForEvent(String catName,
String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Determine whether a partition has been marked with a particular event type.
|
void |
AbstractThriftHiveMetastore.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType) |
void |
IMetaStoreClient.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Mark an event as having occurred on a partition.
|
void |
IMetaStoreClient.markPartitionForEvent(String catName,
String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
Mark an event as having occurred on a partition.
|
| 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_fields_req_result.getO2() |
UnknownTableException |
ThriftHiveMetastore.get_schema_result.getO2() |
UnknownTableException |
ThriftHiveMetastore.get_schema_with_environment_context_result.getO2() |
UnknownTableException |
ThriftHiveMetastore.get_schema_req_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_fields_req_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.get_schema_req_result.setO2(UnknownTableException o2) |
void |
ThriftHiveMetastore.markPartitionForEvent_result.setO4(UnknownTableException o4) |
void |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO4(UnknownTableException o4) |
| Modifier and Type | Method and Description |
|---|---|
GetFieldsResponse |
ThriftHiveMetastore.Iface.get_fields_req(GetFieldsRequest req) |
GetFieldsResponse |
ThriftHiveMetastore.Client.get_fields_req(GetFieldsRequest req) |
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) |
GetSchemaResponse |
ThriftHiveMetastore.Iface.get_schema_req(GetSchemaRequest req) |
GetSchemaResponse |
ThriftHiveMetastore.Client.get_schema_req(GetSchemaRequest req) |
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() |
GetFieldsResponse |
ThriftHiveMetastore.AsyncClient.get_fields_req_call.getResult() |
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_schema_call.getResult() |
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_schema_with_environment_context_call.getResult() |
GetSchemaResponse |
ThriftHiveMetastore.AsyncClient.get_schema_req_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) |
GetFieldsResponse |
ThriftHiveMetastore.Client.recv_get_fields_req() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields_with_environment_context() |
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields() |
GetSchemaResponse |
ThriftHiveMetastore.Client.recv_get_schema_req() |
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() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.