Partition |
ThriftHiveMetastore.Iface.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.add_partition(Partition new_part) |
Partition |
ThriftHiveMetastore.Client.add_partition(Partition new_part) |
int |
ThriftHiveMetastore.Iface.add_partitions_pspec(java.util.List<PartitionSpec> new_parts) |
int |
ThriftHiveMetastore.Client.add_partitions_pspec(java.util.List<PartitionSpec> new_parts) |
AddPartitionsResult |
ThriftHiveMetastore.Iface.add_partitions_req(AddPartitionsRequest request) |
AddPartitionsResult |
ThriftHiveMetastore.Client.add_partitions_req(AddPartitionsRequest request) |
int |
ThriftHiveMetastore.Iface.add_partitions(java.util.List<Partition> new_parts) |
int |
ThriftHiveMetastore.Client.add_partitions(java.util.List<Partition> new_parts) |
void |
ThriftHiveMetastore.Iface.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.Client.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.Iface.add_serde(SerDeInfo serde) |
void |
ThriftHiveMetastore.Client.add_serde(SerDeInfo serde) |
WMAlterPoolResponse |
ThriftHiveMetastore.Iface.alter_wm_pool(WMAlterPoolRequest request) |
WMAlterPoolResponse |
ThriftHiveMetastore.Client.alter_wm_pool(WMAlterPoolRequest request) |
Partition |
ThriftHiveMetastore.Iface.append_partition_by_name_with_environment_context(java.lang.String db_name,
java.lang.String tbl_name,
java.lang.String part_name,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.append_partition_by_name_with_environment_context(java.lang.String db_name,
java.lang.String tbl_name,
java.lang.String part_name,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.append_partition_by_name(java.lang.String db_name,
java.lang.String tbl_name,
java.lang.String part_name) |
Partition |
ThriftHiveMetastore.Client.append_partition_by_name(java.lang.String db_name,
java.lang.String tbl_name,
java.lang.String part_name) |
Partition |
ThriftHiveMetastore.Iface.append_partition_with_environment_context(java.lang.String db_name,
java.lang.String tbl_name,
java.util.List<java.lang.String> part_vals,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.append_partition_with_environment_context(java.lang.String db_name,
java.lang.String tbl_name,
java.util.List<java.lang.String> part_vals,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.append_partition(java.lang.String db_name,
java.lang.String tbl_name,
java.util.List<java.lang.String> part_vals) |
Partition |
ThriftHiveMetastore.Client.append_partition(java.lang.String db_name,
java.lang.String tbl_name,
java.util.List<java.lang.String> part_vals) |
void |
ThriftHiveMetastore.Iface.create_catalog(CreateCatalogRequest catalog) |
void |
ThriftHiveMetastore.Client.create_catalog(CreateCatalogRequest catalog) |
void |
ThriftHiveMetastore.Iface.create_database(Database database) |
void |
ThriftHiveMetastore.Client.create_database(Database database) |
void |
ThriftHiveMetastore.Iface.create_function(Function func) |
void |
ThriftHiveMetastore.Client.create_function(Function func) |
void |
ThriftHiveMetastore.Iface.create_ischema(ISchema schema) |
void |
ThriftHiveMetastore.Client.create_ischema(ISchema schema) |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.Iface.create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.Client.create_or_drop_wm_trigger_to_pool_mapping(WMCreateOrDropTriggerToPoolMappingRequest request) |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.Iface.create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.Client.create_or_update_wm_mapping(WMCreateOrUpdateMappingRequest request) |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.Iface.create_resource_plan(WMCreateResourcePlanRequest request) |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.Client.create_resource_plan(WMCreateResourcePlanRequest request) |
void |
ThriftHiveMetastore.Iface.create_table_with_constraints(Table tbl,
java.util.List<SQLPrimaryKey> primaryKeys,
java.util.List<SQLForeignKey> foreignKeys,
java.util.List<SQLUniqueConstraint> uniqueConstraints,
java.util.List<SQLNotNullConstraint> notNullConstraints,
java.util.List<SQLDefaultConstraint> defaultConstraints,
java.util.List<SQLCheckConstraint> checkConstraints) |
void |
ThriftHiveMetastore.Client.create_table_with_constraints(Table tbl,
java.util.List<SQLPrimaryKey> primaryKeys,
java.util.List<SQLForeignKey> foreignKeys,
java.util.List<SQLUniqueConstraint> uniqueConstraints,
java.util.List<SQLNotNullConstraint> notNullConstraints,
java.util.List<SQLDefaultConstraint> defaultConstraints,
java.util.List<SQLCheckConstraint> checkConstraints) |
void |
ThriftHiveMetastore.Iface.create_table_with_environment_context(Table tbl,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.create_table_with_environment_context(Table tbl,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Iface.create_table(Table tbl) |
void |
ThriftHiveMetastore.Client.create_table(Table tbl) |
boolean |
ThriftHiveMetastore.Iface.create_type(Type type) |
boolean |
ThriftHiveMetastore.Client.create_type(Type type) |
WMCreatePoolResponse |
ThriftHiveMetastore.Iface.create_wm_pool(WMCreatePoolRequest request) |
WMCreatePoolResponse |
ThriftHiveMetastore.Client.create_wm_pool(WMCreatePoolRequest request) |
WMCreateTriggerResponse |
ThriftHiveMetastore.Iface.create_wm_trigger(WMCreateTriggerRequest request) |
WMCreateTriggerResponse |
ThriftHiveMetastore.Client.create_wm_trigger(WMCreateTriggerRequest request) |
void |
ThriftHiveMetastore.AsyncClient.create_catalog_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.create_database_call.getResult() |
boolean |
ThriftHiveMetastore.AsyncClient.create_type_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.create_table_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.create_table_with_environment_context_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.create_table_with_constraints_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call.getResult() |
int |
ThriftHiveMetastore.AsyncClient.add_partitions_call.getResult() |
int |
ThriftHiveMetastore.AsyncClient.add_partitions_pspec_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_call.getResult() |
AddPartitionsResult |
ThriftHiveMetastore.AsyncClient.add_partitions_req_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_with_environment_context_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_with_environment_context_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.create_function_call.getResult() |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.AsyncClient.create_resource_plan_call.getResult() |
WMCreateTriggerResponse |
ThriftHiveMetastore.AsyncClient.create_wm_trigger_call.getResult() |
WMCreatePoolResponse |
ThriftHiveMetastore.AsyncClient.create_wm_pool_call.getResult() |
WMAlterPoolResponse |
ThriftHiveMetastore.AsyncClient.alter_wm_pool_call.getResult() |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.AsyncClient.create_or_update_wm_mapping_call.getResult() |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.AsyncClient.create_or_drop_wm_trigger_to_pool_mapping_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.create_ischema_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.add_schema_version_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.add_serde_call.getResult() |
Partition |
ThriftHiveMetastore.Client.recv_add_partition_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_add_partition() |
int |
ThriftHiveMetastore.Client.recv_add_partitions_pspec() |
AddPartitionsResult |
ThriftHiveMetastore.Client.recv_add_partitions_req() |
int |
ThriftHiveMetastore.Client.recv_add_partitions() |
void |
ThriftHiveMetastore.Client.recv_add_schema_version() |
void |
ThriftHiveMetastore.Client.recv_add_serde() |
WMAlterPoolResponse |
ThriftHiveMetastore.Client.recv_alter_wm_pool() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_by_name_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_by_name() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition() |
void |
ThriftHiveMetastore.Client.recv_create_catalog() |
void |
ThriftHiveMetastore.Client.recv_create_database() |
void |
ThriftHiveMetastore.Client.recv_create_function() |
void |
ThriftHiveMetastore.Client.recv_create_ischema() |
WMCreateOrDropTriggerToPoolMappingResponse |
ThriftHiveMetastore.Client.recv_create_or_drop_wm_trigger_to_pool_mapping() |
WMCreateOrUpdateMappingResponse |
ThriftHiveMetastore.Client.recv_create_or_update_wm_mapping() |
WMCreateResourcePlanResponse |
ThriftHiveMetastore.Client.recv_create_resource_plan() |
void |
ThriftHiveMetastore.Client.recv_create_table_with_constraints() |
void |
ThriftHiveMetastore.Client.recv_create_table_with_environment_context() |
void |
ThriftHiveMetastore.Client.recv_create_table() |
boolean |
ThriftHiveMetastore.Client.recv_create_type() |
WMCreatePoolResponse |
ThriftHiveMetastore.Client.recv_create_wm_pool() |
WMCreateTriggerResponse |
ThriftHiveMetastore.Client.recv_create_wm_trigger() |