Package com.dremio.nessie.hms
Class BaseRawStore3
- java.lang.Object
-
- com.dremio.nessie.hms.BaseRawStore
-
- com.dremio.nessie.hms.BaseRawStore3
-
- All Implemented Interfaces:
RawStoreWithRef,org.apache.hadoop.conf.Configurable,org.apache.hadoop.hive.metastore.RawStore
public abstract class BaseRawStore3 extends BaseRawStore
-
-
Field Summary
-
Fields inherited from class com.dremio.nessie.hms.BaseRawStore
conf, delegate, hasDelegate, nessie
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseRawStore3(boolean hasDelegate)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static Stream<String>route(org.apache.hadoop.hive.metastore.api.SQLCheckConstraint c)protected static Stream<String>route(org.apache.hadoop.hive.metastore.api.SQLDefaultConstraint c)protected static Stream<String>route(org.apache.hadoop.hive.metastore.api.SQLNotNullConstraint c)protected static Stream<String>route(org.apache.hadoop.hive.metastore.api.SQLUniqueConstraint c)-
Methods inherited from class com.dremio.nessie.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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hadoop.hive.metastore.RawStore
addCheckConstraints, addDefaultConstraints, addForeignKeys, addMasterKey, addNotificationEvent, addNotNullConstraints, addPartition, addPartitions, addPartitions, addPrimaryKeys, addRole, addRuntimeStat, addSchemaVersion, addSerde, addToken, addUniqueConstraints, alterCatalog, alterDatabase, alterFunction, alterISchema, alterPartition, alterPartitions, alterPool, alterResourcePlan, alterSchemaVersion, alterTable, alterWMTrigger, cleanNotificationEvents, cleanupEvents, createCatalog, createDatabase, createFunction, createISchema, createOrUpdateWMMapping, createPool, createResourcePlan, createTable, createTableWithConstraints, createType, createWMTrigger, createWMTriggerToPoolMapping, deletePartitionColumnStatistics, deleteRuntimeStats, deleteTableColumnStatistics, doesPartitionExist, dropCatalog, dropConstraint, dropConstraint, dropDatabase, dropFunction, dropISchema, dropPartition, dropPartitions, dropResourcePlan, dropSchemaVersion, dropTable, dropType, dropWMMapping, dropWMPool, dropWMTrigger, dropWMTriggerToPoolMapping, flushCache, get_aggr_stats_for, getActiveResourcePlan, getAllDatabases, getAllFunctions, getAllResourcePlans, getAllSchemaVersion, getAllTableNamesForStats, getAllTables, getAllTokenIdentifiers, getCatalog, getCheckConstraints, getColumnPrivilegeSet, getCurrentNotificationEventId, getDatabase, getDatabaseCount, getDatabases, getDBPrivilegeSet, getDefaultConstraints, getFileMetadata, getFileMetadataByExpr, getFileMetadataHandler, getForeignKeys, getFunction, getFunctions, getISchema, getLatestSchemaVersion, getMasterKeys, getMaterializedViewsForRewriting, getNextNotification, getNotificationEventsCount, getNotNullConstraints, getNumPartitionsByExpr, getNumPartitionsByFilter, getPartition, getPartitionColStatsForDatabase, getPartitionColsWithStats, getPartitionColumnStatistics, getPartitionCount, getPartitionPrivilegeSet, getPartitions, getPartitionsByExpr, getPartitionsByFilter, getPartitionsByNames, getPartitionsWithAuth, getPartitionWithAuth, getPrimaryKeys, getResourcePlan, getRole, getRuntimeStats, getSchemaVersion, getSchemaVersionsByColumns, getSerDeInfo, getTable, getTableColumnStatistics, getTableCount, getTableMeta, getTableNamesWithStats, getTableObjectsByName, getTablePrivilegeSet, getTables, getTables, getToken, getTriggersForResourcePlan, getType, getUniqueConstraints, getUserPrivilegeSet, grantPrivileges, grantRole, isFileMetadataSupported, isPartitionMarkedForEvent, listAllTableGrants, listDBGrantsAll, listGlobalGrantsAll, listPartitionColumnGrantsAll, listPartitionGrantsAll, listPartitionNames, listPartitionNamesPs, listPartitionsPsWithAuth, listPartitionValues, listPrincipalDBGrants, listPrincipalDBGrantsAll, listPrincipalGlobalGrants, listPrincipalPartitionColumnGrants, listPrincipalPartitionColumnGrantsAll, listPrincipalPartitionGrants, listPrincipalPartitionGrantsAll, listPrincipalTableColumnGrants, listPrincipalTableColumnGrantsAll, listPrincipalTableGrantsAll, listRoleMembers, listRoleNames, listRoles, listRolesWithGrants, listTableColumnGrantsAll, listTableGrantsAll, listTableNamesByFilter, markPartitionForEvent, putFileMetadata, refreshPrivileges, removeMasterKey, removeRole, removeToken, revokePrivileges, revokeRole, setMetaStoreSchemaVersion, updateCreationMetadata, updateMasterKey, updatePartitionColumnStatistics, updateTableColumnStatistics, validateResourcePlan, verifySchema
-
-
-
-
Method Detail
-
route
protected static Stream<String> route(org.apache.hadoop.hive.metastore.api.SQLCheckConstraint c)
-
route
protected static Stream<String> route(org.apache.hadoop.hive.metastore.api.SQLNotNullConstraint c)
-
route
protected static Stream<String> route(org.apache.hadoop.hive.metastore.api.SQLUniqueConstraint c)
-
-