| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
List<WMResourcePlan> |
HiveMetaStoreClient.getAllResourcePlans(String ns) |
List<WMResourcePlan> |
IMetaStoreClient.getAllResourcePlans(String ns) |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStoreClient.createResourcePlan(WMResourcePlan resourcePlan,
String copyFromName) |
void |
IMetaStoreClient.createResourcePlan(WMResourcePlan resourcePlan,
String copyFromName) |
| Modifier and Type | Method and Description |
|---|---|
WMResourcePlan |
WMResourcePlan.deepCopy() |
WMResourcePlan |
WMFullResourcePlan.getPlan() |
WMResourcePlan |
WMCreateResourcePlanRequest.getResourcePlan() |
| Modifier and Type | Method and Description |
|---|---|
List<WMResourcePlan> |
WMGetAllResourcePlanResponse.getResourcePlans() |
Iterator<WMResourcePlan> |
WMGetAllResourcePlanResponse.getResourcePlansIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
WMGetAllResourcePlanResponse.addToResourcePlans(WMResourcePlan elem) |
int |
WMResourcePlan.compareTo(WMResourcePlan other) |
boolean |
WMResourcePlan.equals(WMResourcePlan that) |
void |
WMFullResourcePlan.setPlan(WMResourcePlan plan) |
void |
WMCreateResourcePlanRequest.setResourcePlan(WMResourcePlan resourcePlan) |
| Modifier and Type | Method and Description |
|---|---|
void |
WMGetAllResourcePlanResponse.setResourcePlans(List<WMResourcePlan> resourcePlans) |
| Constructor and Description |
|---|
WMFullResourcePlan(WMResourcePlan plan,
List<WMPool> pools) |
WMResourcePlan(WMResourcePlan other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.