Package com.dremio.nessie.hms
Interface RawStoreWithRef
-
- All Superinterfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.hive.metastore.RawStore
- All Known Implementing Classes:
BaseRawStore,BaseRawStore3
public interface RawStoreWithRef extends org.apache.hadoop.hive.metastore.RawStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRef()-
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, commitTransaction, 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, getCatalogs, getCheckConstraints, getColumnPrivilegeSet, getCurrentNotificationEventId, getDatabase, getDatabaseCount, getDatabases, getDBPrivilegeSet, getDefaultConstraints, getFileMetadata, getFileMetadataByExpr, getFileMetadataHandler, getForeignKeys, getFunction, getFunctions, getISchema, getLatestSchemaVersion, getMasterKeys, getMaterializedViewsForRewriting, getMetastoreDbUuid, getMetaStoreSchemaVersion, 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, isActiveTransaction, 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, openTransaction, putFileMetadata, refreshPrivileges, removeMasterKey, removeRole, removeToken, revokePrivileges, revokeRole, rollbackTransaction, setMetaStoreSchemaVersion, shutdown, updateCreationMetadata, updateMasterKey, updatePartitionColumnStatistics, updateTableColumnStatistics, validateResourcePlan, verifySchema
-
-
-
-
Method Detail
-
getRef
String getRef()
-
-