| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.model |
| Modifier and Type | Method and Description |
|---|---|
MWMPool |
MWMResourcePlan.getDefaultPool() |
MWMPool |
MWMMapping.getPool() |
| Modifier and Type | Method and Description |
|---|---|
Set<MWMPool> |
MWMTrigger.getPools() |
Set<MWMPool> |
MWMResourcePlan.getPools() |
| Modifier and Type | Method and Description |
|---|---|
void |
MWMResourcePlan.setDefaultPool(MWMPool defaultPool) |
void |
MWMMapping.setPool(MWMPool pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
MWMTrigger.setPools(Set<MWMPool> pools) |
void |
MWMResourcePlan.setPools(Set<MWMPool> pools) |
| Constructor and Description |
|---|
MWMMapping(MWMResourcePlan resourcePlan,
MWMMapping.EntityType entityType,
String entityName,
MWMPool pool,
Integer ordering) |
| Constructor and Description |
|---|
MWMTrigger(MWMResourcePlan resourcePlan,
String name,
String triggerExpression,
String actionExpression,
Set<MWMPool> pools,
boolean isInUnmanaged) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.