| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ShowLocksResponseElement |
ShowLocksResponseElement.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ShowLocksResponseElement> |
ShowLocksResponse.getLocks() |
java.util.Iterator<ShowLocksResponseElement> |
ShowLocksResponse.getLocksIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShowLocksResponse.addToLocks(ShowLocksResponseElement elem) |
int |
ShowLocksResponseElement.compareTo(ShowLocksResponseElement other) |
boolean |
ShowLocksResponseElement.equals(ShowLocksResponseElement that) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShowLocksResponse.setLocks(java.util.List<ShowLocksResponseElement> locks) |
| Constructor and Description |
|---|
ShowLocksResponseElement(ShowLocksResponseElement other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ShowLocksResponse(java.util.List<ShowLocksResponseElement> locks) |
Copyright © 2013-2021. All Rights Reserved.