| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.metastore.events |
| Modifier and Type | Method and Description |
|---|---|
Index |
HiveMetaStore.HMSHandler.add_index(Index newIndex,
Table indexTable) |
Index |
MetaStoreFilterHook.filterIndex(Index index) |
Index |
DefaultMetaStoreFilterHookImpl.filterIndex(Index index) |
Index |
HiveMetaStore.HMSHandler.get_index_by_name(String dbName,
String tblName,
String indexName) |
Index |
HiveMetaStoreClient.getIndex(String dbName,
String tblName,
String indexName) |
Index |
ObjectStore.getIndex(String dbName,
String origTableName,
String indexName) |
Index |
IMetaStoreClient.getIndex(String dbName,
String tblName,
String indexName) |
Index |
RawStore.getIndex(String dbName,
String origTableName,
String indexName) |
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
MetaStoreFilterHook.filterIndexes(List<Index> indexeList)
Filter given list of index objects
|
List<Index> |
DefaultMetaStoreFilterHookImpl.filterIndexes(List<Index> indexeList) |
List<Index> |
HiveMetaStore.HMSHandler.get_indexes(String dbName,
String tblName,
short maxIndexes) |
List<Index> |
ObjectStore.getIndexes(String dbName,
String origTableName,
int max) |
List<Index> |
RawStore.getIndexes(String dbName,
String origTableName,
int max) |
List<Index> |
HiveMetaStoreClient.listIndexes(String dbName,
String tblName,
short max)
list all the index names of the give base table.
|
List<Index> |
IMetaStoreClient.listIndexes(String db_name,
String tbl_name,
short max)
list indexes of the give base table
|
| Modifier and Type | Method and Description |
|---|---|
Index |
HiveMetaStore.HMSHandler.add_index(Index newIndex,
Table indexTable) |
boolean |
ObjectStore.addIndex(Index index) |
boolean |
RawStore.addIndex(Index index) |
void |
HiveMetaStoreClient.alter_index(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx) |
void |
IMetaStoreClient.alter_index(String dbName,
String tblName,
String indexName,
Index index) |
void |
HiveMetaStore.HMSHandler.alter_index(String dbname,
String base_table_name,
String index_name,
Index newIndex) |
void |
ObjectStore.alterIndex(String dbname,
String baseTblName,
String name,
Index newIndex) |
void |
RawStore.alterIndex(String dbname,
String baseTblName,
String name,
Index newIndex) |
void |
HiveMetaStoreClient.createIndex(Index index,
Table indexTable)
create an index
|
void |
IMetaStoreClient.createIndex(Index index,
Table indexTable)
create an index
|
Index |
MetaStoreFilterHook.filterIndex(Index index) |
Index |
DefaultMetaStoreFilterHookImpl.filterIndex(Index index) |
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
MetaStoreFilterHook.filterIndexes(List<Index> indexeList)
Filter given list of index objects
|
List<Index> |
DefaultMetaStoreFilterHookImpl.filterIndexes(List<Index> indexeList) |
| Modifier and Type | Method and Description |
|---|---|
Index |
ThriftHiveMetastore.Iface.add_index(Index new_index,
Table index_table) |
Index |
ThriftHiveMetastore.Client.add_index(Index new_index,
Table index_table) |
Index |
Index.deepCopy() |
Index |
ThriftHiveMetastore.Iface.get_index_by_name(String db_name,
String tbl_name,
String index_name) |
Index |
ThriftHiveMetastore.Client.get_index_by_name(String db_name,
String tbl_name,
String index_name) |
Index |
ThriftHiveMetastore.alter_index_args.getNew_idx() |
Index |
ThriftHiveMetastore.add_index_args.getNew_index() |
Index |
ThriftHiveMetastore.AsyncClient.add_index_call.getResult() |
Index |
ThriftHiveMetastore.AsyncClient.get_index_by_name_call.getResult() |
Index |
ThriftHiveMetastore.add_index_result.getSuccess() |
Index |
ThriftHiveMetastore.get_index_by_name_result.getSuccess() |
Index |
ThriftHiveMetastore.Client.recv_add_index() |
Index |
ThriftHiveMetastore.Client.recv_get_index_by_name() |
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
ThriftHiveMetastore.Iface.get_indexes(String db_name,
String tbl_name,
short max_indexes) |
List<Index> |
ThriftHiveMetastore.Client.get_indexes(String db_name,
String tbl_name,
short max_indexes) |
List<Index> |
ThriftHiveMetastore.AsyncClient.get_indexes_call.getResult() |
List<Index> |
ThriftHiveMetastore.get_indexes_result.getSuccess() |
Iterator<Index> |
ThriftHiveMetastore.get_indexes_result.getSuccessIterator() |
List<Index> |
ThriftHiveMetastore.Client.recv_get_indexes() |
| Modifier and Type | Method and Description |
|---|---|
Index |
ThriftHiveMetastore.Iface.add_index(Index new_index,
Table index_table) |
Index |
ThriftHiveMetastore.Client.add_index(Index new_index,
Table index_table) |
void |
ThriftHiveMetastore.AsyncIface.add_index(Index new_index,
Table index_table,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.add_index_call> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_index(Index new_index,
Table index_table,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.add_index_call> resultHandler) |
void |
ThriftHiveMetastore.get_indexes_result.addToSuccess(Index elem) |
void |
ThriftHiveMetastore.Iface.alter_index(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx) |
void |
ThriftHiveMetastore.Client.alter_index(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx) |
void |
ThriftHiveMetastore.AsyncIface.alter_index(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_index_call> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.alter_index(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_index_call> resultHandler) |
int |
Index.compareTo(Index other) |
boolean |
Index.equals(Index that) |
void |
ThriftHiveMetastore.Client.send_add_index(Index new_index,
Table index_table) |
void |
ThriftHiveMetastore.Client.send_alter_index(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx) |
void |
ThriftHiveMetastore.alter_index_args.setNew_idx(Index new_idx) |
void |
ThriftHiveMetastore.add_index_args.setNew_index(Index new_index) |
void |
ThriftHiveMetastore.add_index_result.setSuccess(Index success) |
void |
ThriftHiveMetastore.get_index_by_name_result.setSuccess(Index success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.get_indexes_result.setSuccess(List<Index> success) |
| Constructor and Description |
|---|
Index(Index other)
Performs a deep copy on other.
|
ThriftHiveMetastore.add_index_args(Index new_index,
Table index_table) |
ThriftHiveMetastore.add_index_result(Index success,
InvalidObjectException o1,
AlreadyExistsException o2,
MetaException o3) |
ThriftHiveMetastore.alter_index_args(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx) |
ThriftHiveMetastore.AsyncClient.add_index_call(Index new_index,
Table index_table,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.add_index_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.AsyncClient.alter_index_call(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_index_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.get_index_by_name_result(Index success,
MetaException o1,
NoSuchObjectException o2) |
| Constructor and Description |
|---|
ThriftHiveMetastore.get_indexes_result(List<Index> success,
NoSuchObjectException o1,
MetaException o2) |
| Modifier and Type | Method and Description |
|---|---|
Index |
PreAddIndexEvent.getIndex() |
Index |
PreDropIndexEvent.getIndex() |
Index |
DropIndexEvent.getIndex() |
Index |
AddIndexEvent.getIndex() |
Index |
PreAlterIndexEvent.getNewIndex() |
Index |
AlterIndexEvent.getNewIndex() |
Index |
PreAlterIndexEvent.getOldIndex() |
Index |
AlterIndexEvent.getOldIndex() |
| Constructor and Description |
|---|
AddIndexEvent(Index index,
boolean status,
HiveMetaStore.HMSHandler handler) |
AlterIndexEvent(Index oldIndex,
Index newIndex,
boolean status,
HiveMetaStore.HMSHandler handler) |
DropIndexEvent(Index index,
boolean status,
HiveMetaStore.HMSHandler handler) |
PreAddIndexEvent(Index table,
HiveMetaStore.HMSHandler handler) |
PreAlterIndexEvent(Index oldIndex,
Index newIndex,
HiveMetaStore.HMSHandler handler) |
PreDropIndexEvent(Index index,
HiveMetaStore.HMSHandler handler) |
Copyright © 2016 Cloudera. All rights reserved.