public static class SemiTransactionalHiveMetastore.Action<T> extends Object
| Constructor and Description |
|---|
Action(com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.ActionType type,
T data,
HdfsEnvironment.HdfsContext context) |
| Modifier and Type | Method and Description |
|---|---|
HdfsEnvironment.HdfsContext |
getContext() |
T |
getData() |
com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.ActionType |
getType() |
String |
toString() |
public Action(com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.ActionType type, T data, HdfsEnvironment.HdfsContext context)
public com.facebook.presto.hive.metastore.SemiTransactionalHiveMetastore.ActionType getType()
public T getData()
public HdfsEnvironment.HdfsContext getContext()
Copyright © 2012-2017. All Rights Reserved.