Uses of Class
org.apache.hadoop.hive.metastore.api.EnvironmentContext

Packages that use EnvironmentContext
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.api   
org.apache.hadoop.hive.metastore.events   
 

Uses of EnvironmentContext in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore with parameters of type EnvironmentContext
 Partition HiveMetaStore.HMSHandler.add_partition_with_environment_context(Partition part, EnvironmentContext envContext)
           
 void HiveMetaStore.HMSHandler.alter_partition_with_environment_context(String dbName, String tableName, Partition newPartition, EnvironmentContext envContext)
           
 void HiveMetaStore.HMSHandler.alter_table_with_environment_context(String dbname, String name, Table newTable, EnvironmentContext envContext)
           
 void HiveMetaStore.HMSHandler.create_table_with_environment_context(Table table, EnvironmentContext envContext)
           
 

Uses of EnvironmentContext in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return EnvironmentContext
 EnvironmentContext EnvironmentContext.deepCopy()
           
 EnvironmentContext ThriftHiveMetastore.create_table_with_environment_context_args.getEnvironment_context()
           
 EnvironmentContext ThriftHiveMetastore.alter_table_with_environment_context_args.getEnvironment_context()
           
 EnvironmentContext ThriftHiveMetastore.add_partition_with_environment_context_args.getEnvironment_context()
           
 EnvironmentContext ThriftHiveMetastore.alter_partition_with_environment_context_args.getEnvironment_context()
           
 

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)
           
 

Uses of EnvironmentContext in org.apache.hadoop.hive.metastore.events
 

Methods in org.apache.hadoop.hive.metastore.events that return EnvironmentContext
 EnvironmentContext ListenerEvent.getEnvironmentContext()
           
 

Methods in org.apache.hadoop.hive.metastore.events with parameters of type EnvironmentContext
 void ListenerEvent.setEnvironmentContext(EnvironmentContext environmentContext)
           
 



Copyright © 2011 The Apache Software Foundation