Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.events | |
org.apache.hadoop.hive.ql.security | |
org.apache.hadoop.hive.ql.security.authorization |
Modifier and Type | Class and Description |
---|---|
static class |
HiveMetaStore.HMSHandler |
Modifier and Type | Method and Description |
---|---|
static IHMSHandler |
RetryingHMSHandler.getProxy(org.apache.hadoop.conf.Configuration conf,
IHMSHandler baseHandler,
boolean local) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hive.metastore.api.Partition |
AlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler)
handles alter partition
|
org.apache.hadoop.hive.metastore.api.Partition |
HiveAlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler) |
List<org.apache.hadoop.hive.metastore.api.Partition> |
AlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler)
handles alter partitions
|
List<org.apache.hadoop.hive.metastore.api.Partition> |
HiveAlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler) |
void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
org.apache.hadoop.hive.metastore.api.Table newTable,
org.apache.hadoop.hive.metastore.api.EnvironmentContext envContext,
IHMSHandler handler)
handles alter table, the changes could be cascaded to partitions if applicable
|
void |
HiveAlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
org.apache.hadoop.hive.metastore.api.Table newt,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler) |
static IHMSHandler |
RetryingHMSHandler.getProxy(org.apache.hadoop.conf.Configuration conf,
IHMSHandler baseHandler,
boolean local) |
Modifier and Type | Method and Description |
---|---|
IHMSHandler |
PreEventContext.getHandler() |
IHMSHandler |
ListenerEvent.getIHMSHandler() |
Constructor and Description |
---|
AbortTxnEvent(Long transactionId,
IHMSHandler handler) |
AddForeignKeyEvent(List<org.apache.hadoop.hive.metastore.api.SQLForeignKey> fks,
boolean status,
IHMSHandler handler) |
AddNotNullConstraintEvent(List<org.apache.hadoop.hive.metastore.api.SQLNotNullConstraint> nns,
boolean status,
IHMSHandler handler) |
AddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
List<org.apache.hadoop.hive.metastore.api.Partition> partitions,
boolean status,
IHMSHandler handler) |
AddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
boolean status,
IHMSHandler handler) |
AddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
PartitionSpecProxy partitionSpec,
boolean status,
IHMSHandler handler)
Alternative constructor to use PartitionSpec APIs.
|
AddPrimaryKeyEvent(List<org.apache.hadoop.hive.metastore.api.SQLPrimaryKey> pks,
boolean status,
IHMSHandler handler) |
AddSchemaVersionEvent(boolean status,
IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.SchemaVersion schemaVersion) |
AddUniqueConstraintEvent(List<org.apache.hadoop.hive.metastore.api.SQLUniqueConstraint> uks,
boolean status,
IHMSHandler handler) |
AllocWriteIdEvent(List<org.apache.hadoop.hive.metastore.api.TxnToWriteId> txnToWriteIdList,
String dbName,
String tableName,
IHMSHandler handler) |
AlterCatalogEvent(org.apache.hadoop.hive.metastore.api.Catalog oldCat,
org.apache.hadoop.hive.metastore.api.Catalog newCat,
boolean status,
IHMSHandler handler) |
AlterDatabaseEvent(org.apache.hadoop.hive.metastore.api.Database oldDb,
org.apache.hadoop.hive.metastore.api.Database newDb,
boolean status,
IHMSHandler handler) |
AlterISchemaEvent(boolean status,
IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.ISchema oldSchema,
org.apache.hadoop.hive.metastore.api.ISchema newSchema) |
AlterPartitionEvent(org.apache.hadoop.hive.metastore.api.Partition oldPart,
org.apache.hadoop.hive.metastore.api.Partition newPart,
org.apache.hadoop.hive.metastore.api.Table table,
boolean isTruncateOp,
boolean status,
IHMSHandler handler) |
AlterSchemaVersionEvent(boolean status,
IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.SchemaVersion oldSchemaVersion,
org.apache.hadoop.hive.metastore.api.SchemaVersion newSchemaVersion) |
AlterTableEvent(org.apache.hadoop.hive.metastore.api.Table oldTable,
org.apache.hadoop.hive.metastore.api.Table newTable,
boolean isTruncateOp,
boolean status,
IHMSHandler handler) |
CommitTxnEvent(Long transactionId,
IHMSHandler handler) |
ConfigChangeEvent(IHMSHandler handler,
String key,
String oldValue,
String newValue) |
CreateCatalogEvent(boolean status,
IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.Catalog cat) |
CreateDatabaseEvent(org.apache.hadoop.hive.metastore.api.Database db,
boolean status,
IHMSHandler handler) |
CreateFunctionEvent(org.apache.hadoop.hive.metastore.api.Function function,
boolean status,
IHMSHandler handler) |
CreateISchemaEvent(boolean status,
IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.ISchema schema) |
CreateTableEvent(org.apache.hadoop.hive.metastore.api.Table table,
boolean status,
IHMSHandler handler) |
DropCatalogEvent(boolean status,
IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.Catalog cat) |
DropConstraintEvent(String catName,
String dbName,
String tableName,
String constraintName,
boolean status,
IHMSHandler handler) |
DropDatabaseEvent(org.apache.hadoop.hive.metastore.api.Database db,
boolean status,
IHMSHandler handler) |
DropFunctionEvent(org.apache.hadoop.hive.metastore.api.Function function,
boolean status,
IHMSHandler handler) |
DropISchemaEvent(boolean status,
IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.ISchema schema) |
DropPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
boolean status,
boolean deleteData,
IHMSHandler handler) |
DropSchemaVersionEvent(boolean status,
IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.SchemaVersion schemaVersion) |
DropTableEvent(org.apache.hadoop.hive.metastore.api.Table table,
boolean status,
boolean deleteData,
IHMSHandler handler) |
InsertEvent(String catName,
String db,
String table,
List<String> partVals,
org.apache.hadoop.hive.metastore.api.InsertEventRequestData insertData,
boolean status,
IHMSHandler handler) |
ListenerEvent(boolean status,
IHMSHandler handler) |
LoadPartitionDoneEvent(boolean status,
org.apache.hadoop.hive.metastore.api.Table table,
Map<String,String> partSpec,
IHMSHandler handler) |
OpenTxnEvent(List<Long> txnIds,
IHMSHandler handler) |
PreAddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
List<org.apache.hadoop.hive.metastore.api.Partition> partitions,
IHMSHandler handler) |
PreAddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
IHMSHandler handler) |
PreAddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
PartitionSpecProxy partitionSpecProxy,
IHMSHandler handler)
Alternative constructor, using
|
PreAddSchemaVersionEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.SchemaVersion schemaVersion) |
PreAlterCatalogEvent(org.apache.hadoop.hive.metastore.api.Catalog oldCat,
org.apache.hadoop.hive.metastore.api.Catalog newCat,
IHMSHandler handler) |
PreAlterDatabaseEvent(org.apache.hadoop.hive.metastore.api.Database oldDB,
org.apache.hadoop.hive.metastore.api.Database newDB,
IHMSHandler handler) |
PreAlterISchemaEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.ISchema oldSchema,
org.apache.hadoop.hive.metastore.api.ISchema newSchema) |
PreAlterPartitionEvent(String dbName,
String tableName,
List<String> oldPartVals,
org.apache.hadoop.hive.metastore.api.Partition newPart,
IHMSHandler handler) |
PreAlterSchemaVersionEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.SchemaVersion oldSchemaVersion,
org.apache.hadoop.hive.metastore.api.SchemaVersion newSchemaVersion) |
PreAlterTableEvent(org.apache.hadoop.hive.metastore.api.Table oldTable,
org.apache.hadoop.hive.metastore.api.Table newTable,
IHMSHandler handler) |
PreAuthorizationCallEvent(IHMSHandler handler) |
PreCreateCatalogEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.Catalog cat) |
PreCreateDatabaseEvent(org.apache.hadoop.hive.metastore.api.Database db,
IHMSHandler handler) |
PreCreateISchemaEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.ISchema schema) |
PreCreateTableEvent(org.apache.hadoop.hive.metastore.api.Table table,
IHMSHandler handler) |
PreDropCatalogEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.Catalog cat) |
PreDropDatabaseEvent(org.apache.hadoop.hive.metastore.api.Database db,
IHMSHandler handler) |
PreDropISchemaEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.ISchema schema) |
PreDropPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
boolean deleteData,
IHMSHandler handler) |
PreDropSchemaVersionEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.SchemaVersion schemaVersion) |
PreDropTableEvent(org.apache.hadoop.hive.metastore.api.Table table,
boolean deleteData,
IHMSHandler handler) |
PreEventContext(PreEventContext.PreEventType eventType,
IHMSHandler handler) |
PreLoadPartitionDoneEvent(String catName,
String dbName,
String tableName,
Map<String,String> partSpec,
IHMSHandler handler) |
PreReadCatalogEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.Catalog cat) |
PreReadDatabaseEvent(org.apache.hadoop.hive.metastore.api.Database db,
IHMSHandler handler) |
PreReadhSchemaVersionEvent(IHMSHandler handler,
List<org.apache.hadoop.hive.metastore.api.SchemaVersion> schemaVersions) |
PreReadISchemaEvent(IHMSHandler handler,
org.apache.hadoop.hive.metastore.api.ISchema schema) |
PreReadTableEvent(org.apache.hadoop.hive.metastore.api.Table table,
IHMSHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
HadoopDefaultMetastoreAuthenticator.setMetaStoreHandler(IHMSHandler handler) |
void |
HiveMetastoreAuthenticationProvider.setMetaStoreHandler(IHMSHandler handler)
Allows invoker of HiveMetastoreAuthenticationProvider to send in a
hive metastore handler that can be used to provide data for any
authentication that needs to be done.
|
Modifier and Type | Method and Description |
---|---|
void |
HiveAuthorizationProviderBase.HiveProxy.setHandler(IHMSHandler handler) |
void |
HiveMetastoreAuthorizationProvider.setMetaStoreHandler(IHMSHandler handler)
Allows invoker of HiveMetaStoreAuthorizationProvider to send in a
hive metastore handler that can be used to make calls to test
whether or not authorizations can/will succeed.
|
void |
StorageBasedAuthorizationProvider.setMetaStoreHandler(IHMSHandler handler) |
void |
DefaultHiveMetastoreAuthorizationProvider.setMetaStoreHandler(IHMSHandler handler) |
void |
MetaStoreAuthzAPIAuthorizerEmbedOnly.setMetaStoreHandler(IHMSHandler handler) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.