public class HiveTransaction extends Object
| Constructor and Description |
|---|
HiveTransaction(HiveIdentity identity,
String queryId,
long transactionId,
ScheduledFuture<?> heartbeatTask) |
| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<?> |
getHeartbeatTask() |
long |
getTransactionId() |
org.apache.hadoop.hive.common.ValidTxnWriteIdList |
getValidWriteIds(HiveMetastoreClosure metastore,
HiveTableHandle tableHandle) |
public HiveTransaction(HiveIdentity identity, String queryId, long transactionId, ScheduledFuture<?> heartbeatTask)
public long getTransactionId()
public ScheduledFuture<?> getHeartbeatTask()
public org.apache.hadoop.hive.common.ValidTxnWriteIdList getValidWriteIds(HiveMetastoreClosure metastore, HiveTableHandle tableHandle)
Copyright © 2012–2020. All rights reserved.