Methods in org.apache.hadoop.hive.metastore.api with parameters of type EnvironmentContext |
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)
|
void |
ThriftHiveMetastore.AsyncIface.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call> resultHandler)
|
void |
ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call> resultHandler)
|
void |
ThriftHiveMetastore.Iface.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.Client.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.AsyncIface.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_partition_with_environment_context_call> resultHandler)
|
void |
ThriftHiveMetastore.AsyncClient.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_partition_with_environment_context_call> resultHandler)
|
void |
ThriftHiveMetastore.Iface.alter_table_with_environment_context(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.Client.alter_table_with_environment_context(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.AsyncIface.alter_table_with_environment_context(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_table_with_environment_context_call> resultHandler)
|
void |
ThriftHiveMetastore.AsyncClient.alter_table_with_environment_context(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_table_with_environment_context_call> resultHandler)
|
int |
EnvironmentContext.compareTo(EnvironmentContext other)
|
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.AsyncIface.create_table_with_environment_context(Table tbl,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_table_with_environment_context_call> resultHandler)
|
void |
ThriftHiveMetastore.AsyncClient.create_table_with_environment_context(Table tbl,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_table_with_environment_context_call> resultHandler)
|
boolean |
EnvironmentContext.equals(EnvironmentContext that)
|
void |
ThriftHiveMetastore.Client.send_add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.Client.send_alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.Client.send_alter_table_with_environment_context(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.Client.send_create_table_with_environment_context(Table tbl,
EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.create_table_with_environment_context_args.setEnvironment_context(EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.alter_table_with_environment_context_args.setEnvironment_context(EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.add_partition_with_environment_context_args.setEnvironment_context(EnvironmentContext environment_context)
|
void |
ThriftHiveMetastore.alter_partition_with_environment_context_args.setEnvironment_context(EnvironmentContext environment_context)
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type EnvironmentContext |
EnvironmentContext(EnvironmentContext other)
Performs a deep copy on other. |
ThriftHiveMetastore.add_partition_with_environment_context_args(Partition new_part,
EnvironmentContext environment_context)
|
ThriftHiveMetastore.alter_partition_with_environment_context_args(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context)
|
ThriftHiveMetastore.alter_table_with_environment_context_args(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context)
|
ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call(Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
ThriftHiveMetastore.AsyncClient.alter_partition_with_environment_context_call(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_partition_with_environment_context_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
ThriftHiveMetastore.AsyncClient.alter_table_with_environment_context_call(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_table_with_environment_context_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
ThriftHiveMetastore.AsyncClient.create_table_with_environment_context_call(Table tbl,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_table_with_environment_context_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
ThriftHiveMetastore.create_table_with_environment_context_args(Table tbl,
EnvironmentContext environment_context)
|