Package org.projectnessie
Class DelegatingHive2NessieRawStore
- java.lang.Object
-
- org.projectnessie.hms.BaseRawStore
-
- org.projectnessie.Hive2NessieRawStore
-
- org.projectnessie.DelegatingHive2NessieRawStore
-
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.hive.metastore.RawStore,RawStoreWithRef
public class DelegatingHive2NessieRawStore extends Hive2NessieRawStore
-
-
Field Summary
-
Fields inherited from class org.projectnessie.hms.BaseRawStore
conf, delegate, hasDelegate, nessie
-
-
Constructor Summary
Constructors Constructor Description DelegatingHive2NessieRawStore()
-
Method Summary
-
Methods inherited from class org.projectnessie.Hive2NessieRawStore
addForeignKeys, addIndex, addMasterKey, addNotificationEvent, addPartition, addPartitions, addPartitions, addPrimaryKeys, addRole, addToken, alterDatabase, alterFunction, alterIndex, alterPartition, alterPartitions, alterTable, cleanNotificationEvents, cleanupEvents, createDatabase, createFunction, createTable, createTableWithConstraints, createType, deletePartitionColumnStatistics, deleteTableColumnStatistics, doesPartitionExist, dropConstraint, dropDatabase, dropFunction, dropIndex, dropPartition, dropPartitions, dropTable, dropType, flushCache, get_aggr_stats_for, getAllDatabases, getAllFunctions, getAllTables, getAllTokenIdentifiers, getColumnPrivilegeSet, getCurrentNotificationEventId, getDatabase, getDatabaseCount, getDatabases, getDBPrivilegeSet, getFileMetadata, getFileMetadataByExpr, getFileMetadataHandler, getForeignKeys, getFunction, getFunctions, getIndex, getIndexes, getMasterKeys, getNextNotification, getNumPartitionsByExpr, getNumPartitionsByFilter, getPartition, getPartitionColumnStatistics, getPartitionCount, getPartitionPrivilegeSet, getPartitions, getPartitionsByExpr, getPartitionsByFilter, getPartitionsByNames, getPartitionsWithAuth, getPartitionWithAuth, getPrimaryKeys, getRole, getTable, getTableColumnStatistics, getTableCount, getTableMeta, getTableObjectsByName, getTablePrivilegeSet, getTables, getTables, getToken, getType, getUserPrivilegeSet, grantPrivileges, grantRole, isFileMetadataSupported, isPartitionMarkedForEvent, listAllTableGrants, listDBGrantsAll, listGlobalGrantsAll, listIndexNames, listPartitionColumnGrantsAll, listPartitionGrantsAll, listPartitionNames, listPartitionNamesByFilter, listPartitionNamesPs, listPartitionsPsWithAuth, listPartitionValues, listPrincipalDBGrants, listPrincipalDBGrantsAll, listPrincipalGlobalGrants, listPrincipalPartitionColumnGrants, listPrincipalPartitionColumnGrantsAll, listPrincipalPartitionGrants, listPrincipalPartitionGrantsAll, listPrincipalTableColumnGrants, listPrincipalTableColumnGrantsAll, listPrincipalTableGrantsAll, listRoleMembers, listRoleNames, listRoles, listRolesWithGrants, listTableColumnGrantsAll, listTableGrantsAll, listTableNamesByFilter, markPartitionForEvent, putFileMetadata, removeMasterKey, removeRole, removeToken, revokePrivileges, revokeRole, setMetaStoreSchemaVersion, updateMasterKey, updatePartitionColumnStatistics, updateTableColumnStatistics, verifySchema
-
Methods inherited from class org.projectnessie.hms.BaseRawStore
checkHasDelegate, commitTransaction, getCatalogs, getConf, getMetastoreDbUuid, getMetaStoreSchemaVersion, getRef, isActiveTransaction, openTransaction, rollbackTransaction, route, route, route, route, route, route, route, route, routeToDelegate, setConf, shutdown, union, union
-
-