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