|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexAlreadyExistsException | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api |
Uses of IndexAlreadyExistsException in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore that throw IndexAlreadyExistsException | |
---|---|
boolean |
HiveMetaStore.HMSHandler.create_index(Index index_def)
|
Uses of IndexAlreadyExistsException in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return IndexAlreadyExistsException | |
---|---|
IndexAlreadyExistsException |
IndexAlreadyExistsException.deepCopy()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type IndexAlreadyExistsException | |
---|---|
int |
IndexAlreadyExistsException.compareTo(IndexAlreadyExistsException other)
|
boolean |
IndexAlreadyExistsException.equals(IndexAlreadyExistsException that)
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type IndexAlreadyExistsException | |
---|---|
IndexAlreadyExistsException(IndexAlreadyExistsException other)
Performs a deep copy on other. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |