| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ResourceUri |
ResourceUri.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceUri> |
Function.getResourceUris() |
Iterator<ResourceUri> |
Function.getResourceUrisIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.addToResourceUris(ResourceUri elem) |
int |
ResourceUri.compareTo(ResourceUri other) |
boolean |
ResourceUri.equals(ResourceUri that) |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setResourceUris(List<ResourceUri> resourceUris) |
| Constructor and Description |
|---|
ResourceUri(ResourceUri other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
Function(String functionName,
String dbName,
String className,
String ownerName,
PrincipalType ownerType,
int createTime,
FunctionType functionType,
List<ResourceUri> resourceUris) |
Copyright © 2016 Cloudera. All rights reserved.