Package | Description |
---|---|
org.apache.hadoop.hive.metastore.api |
Modifier and Type | Method and Description |
---|---|
ShowLocksResponseElement |
ShowLocksResponseElement.deepCopy() |
Modifier and Type | Method and Description |
---|---|
List<ShowLocksResponseElement> |
ShowLocksResponse.getLocks() |
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(List<ShowLocksResponseElement> locks) |
Constructor and Description |
---|
ShowLocksResponseElement(ShowLocksResponseElement other)
Performs a deep copy on other.
|
Constructor and Description |
---|
ShowLocksResponse(List<ShowLocksResponseElement> locks) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.