public static class SemiTransactionalHiveMetastore.Action<T> extends Object
| Constructor and Description |
|---|
Action(io.prestosql.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType type,
T data,
HdfsEnvironment.HdfsContext hdfsContext,
HiveIdentity identity) |
| Modifier and Type | Method and Description |
|---|---|
T |
getData() |
HdfsEnvironment.HdfsContext |
getHdfsContext() |
HiveIdentity |
getIdentity() |
io.prestosql.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType |
getType() |
String |
toString() |
public Action(io.prestosql.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType type, T data, HdfsEnvironment.HdfsContext hdfsContext, HiveIdentity identity)
public io.prestosql.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType getType()
public T getData()
public HdfsEnvironment.HdfsContext getHdfsContext()
public HiveIdentity getIdentity()
Copyright © 2012–2020. All rights reserved.