| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStoreClient.createWMPool(WMPool pool) |
void |
IMetaStoreClient.createWMPool(WMPool pool) |
| Modifier and Type | Method and Description |
|---|---|
WMPool |
WMPool.deepCopy() |
WMPool |
WMCreatePoolRequest.getPool() |
| Modifier and Type | Method and Description |
|---|---|
List<WMPool> |
WMFullResourcePlan.getPools() |
Iterator<WMPool> |
WMFullResourcePlan.getPoolsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
WMFullResourcePlan.addToPools(WMPool elem) |
int |
WMPool.compareTo(WMPool other) |
boolean |
WMPool.equals(WMPool that) |
void |
WMCreatePoolRequest.setPool(WMPool pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
WMFullResourcePlan.setPools(List<WMPool> pools) |
| Constructor and Description |
|---|
WMPool(WMPool other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
WMFullResourcePlan(WMResourcePlan plan,
List<WMPool> pools) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.