| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
LockComponent |
LockComponent.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LockComponent> |
LockRequest.getComponent() |
java.util.Iterator<LockComponent> |
LockRequest.getComponentIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LockRequest.addToComponent(LockComponent elem) |
int |
LockComponent.compareTo(LockComponent other) |
boolean |
LockComponent.equals(LockComponent that) |
| Modifier and Type | Method and Description |
|---|---|
void |
LockRequest.setComponent(java.util.List<LockComponent> component) |
| Constructor and Description |
|---|
LockComponent(LockComponent other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
LockRequest(java.util.List<LockComponent> component,
java.lang.String user,
java.lang.String hostname) |
Copyright © 2013-2021. All Rights Reserved.