| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.metrics | |
| org.apache.hadoop.hive.metastore.txn | |
| org.apache.hadoop.hive.metastore.txn.service |
| Modifier and Type | Method and Description |
|---|---|
TxnStore |
HMSHandler.getTxnHandler() |
TxnStore |
IHMSHandler.getTxnHandler()
Get a reference to the underlying TxnStore.
|
static TxnStore |
HMSHandlerContext.getTxnStore(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HMSHandlerContext.setTxnStore(TxnStore txnStore) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AcidMetricService.updateMetricsFromCleaner(String dbName,
String tableName,
String partitionName,
List<org.apache.hadoop.fs.Path> deletedFiles,
org.apache.hadoop.conf.Configuration conf,
TxnStore txnHandler) |
static void |
AcidMetricService.updateMetricsFromInitiator(String dbName,
String tableName,
String partitionName,
org.apache.hadoop.conf.Configuration conf,
TxnStore txnHandler,
long baseSize,
Map<org.apache.hadoop.fs.Path,Long> activeDeltaSizes,
List<org.apache.hadoop.fs.Path> obsoleteDeltaPaths) |
| Modifier and Type | Class and Description |
|---|---|
class |
TxnHandler
A handler to answer transaction related calls that come into the metastore
server.
|
| Modifier and Type | Method and Description |
|---|---|
static TxnStore |
TxnUtils.getTxnStore(org.apache.hadoop.conf.Configuration conf)
Get an instance of the TxnStore that is appropriate for this store
|
| Modifier and Type | Field and Description |
|---|---|
protected TxnStore |
AcidHouseKeeperService.txnHandler |
Copyright © 2024 The Apache Software Foundation. All rights reserved.