Package io.trino.plugin.hive.metastore
Class SemiTransactionalHiveMetastore.Action<T>
- java.lang.Object
-
- io.trino.plugin.hive.metastore.SemiTransactionalHiveMetastore.Action<T>
-
- Enclosing class:
- SemiTransactionalHiveMetastore
public static class SemiTransactionalHiveMetastore.Action<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description Action(io.trino.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType type, T data, HdfsEnvironment.HdfsContext hdfsContext, HiveIdentity identity, String queryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetData()HdfsEnvironment.HdfsContextgetHdfsContext()HiveIdentitygetIdentity()StringgetQueryId()io.trino.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionTypegetType()StringtoString()
-
-
-
Constructor Detail
-
Action
public Action(io.trino.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType type, T data, HdfsEnvironment.HdfsContext hdfsContext, HiveIdentity identity, String queryId)
-
-
Method Detail
-
getType
public io.trino.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType getType()
-
getData
public T getData()
-
getHdfsContext
public HdfsEnvironment.HdfsContext getHdfsContext()
-
getQueryId
public String getQueryId()
-
getIdentity
public HiveIdentity getIdentity()
-
-