| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.model |
| Modifier and Type | Method and Description |
|---|---|
MWMResourcePlan |
MWMTrigger.getResourcePlan() |
MWMResourcePlan |
MWMPool.getResourcePlan() |
MWMResourcePlan |
MWMMapping.getResourcePlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
MWMTrigger.setResourcePlan(MWMResourcePlan resourcePlan) |
void |
MWMPool.setResourcePlan(MWMResourcePlan resourcePlan) |
void |
MWMMapping.setResourcePlan(MWMResourcePlan resourcePlan) |
| Constructor and Description |
|---|
MWMMapping(MWMResourcePlan resourcePlan,
MWMMapping.EntityType entityType,
String entityName,
MWMPool pool,
Integer ordering) |
MWMPool(MWMResourcePlan resourcePlan,
String path,
Double allocFraction,
Integer queryParallelism,
String schedulingPolicy) |
MWMTrigger(MWMResourcePlan resourcePlan,
String name,
String triggerExpression,
String actionExpression,
Set<MWMPool> pools,
boolean isInUnmanaged) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.