public class Action extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Action.Type |
| Constructor and Description |
|---|
Action(Action.Type type) |
Action(Action.Type type,
String poolName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
static Action |
fromMetastoreExpression(String metastoreActionExpression) |
String |
getPoolName() |
Action.Type |
getType() |
int |
hashCode() |
String |
toString() |
public Action(Action.Type type)
public Action(Action.Type type, String poolName)
public static Action fromMetastoreExpression(String metastoreActionExpression)
public Action.Type getType()
public String getPoolName()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.