| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStoreClient.createOrUpdateWMMapping(WMMapping mapping,
boolean isUpdate) |
void |
IMetaStoreClient.createOrUpdateWMMapping(WMMapping mapping,
boolean isUpdate) |
void |
HiveMetaStoreClient.dropWMMapping(WMMapping mapping) |
void |
IMetaStoreClient.dropWMMapping(WMMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
WMMapping |
WMMapping.deepCopy() |
WMMapping |
WMCreateOrUpdateMappingRequest.getMapping() |
WMMapping |
WMDropMappingRequest.getMapping() |
| Modifier and Type | Method and Description |
|---|---|
List<WMMapping> |
WMFullResourcePlan.getMappings() |
Iterator<WMMapping> |
WMFullResourcePlan.getMappingsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
WMFullResourcePlan.addToMappings(WMMapping elem) |
int |
WMMapping.compareTo(WMMapping other) |
boolean |
WMMapping.equals(WMMapping that) |
void |
WMCreateOrUpdateMappingRequest.setMapping(WMMapping mapping) |
void |
WMDropMappingRequest.setMapping(WMMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
void |
WMFullResourcePlan.setMappings(List<WMMapping> mappings) |
| Constructor and Description |
|---|
WMMapping(WMMapping other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.