| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
FindSchemasByColsResp |
AbstractThriftHiveMetastore.get_schemas_by_cols(FindSchemasByColsRqst rqst) |
FindSchemasByColsResp |
HiveMetaStoreClient.getSchemaByCols(FindSchemasByColsRqst rqst) |
FindSchemasByColsResp |
IMetaStoreClient.getSchemaByCols(FindSchemasByColsRqst rqst)
Find all schema versions that have columns that match a query.
|
| Modifier and Type | Method and Description |
|---|---|
FindSchemasByColsResp |
FindSchemasByColsResp.deepCopy() |
FindSchemasByColsResp |
ThriftHiveMetastore.Iface.get_schemas_by_cols(FindSchemasByColsRqst rqst) |
FindSchemasByColsResp |
ThriftHiveMetastore.Client.get_schemas_by_cols(FindSchemasByColsRqst rqst) |
FindSchemasByColsResp |
ThriftHiveMetastore.AsyncClient.get_schemas_by_cols_call.getResult() |
FindSchemasByColsResp |
ThriftHiveMetastore.get_schemas_by_cols_result.getSuccess() |
FindSchemasByColsResp |
ThriftHiveMetastore.Client.recv_get_schemas_by_cols() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> |
ThriftHiveMetastore.AsyncProcessor.get_schemas_by_cols.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
FindSchemasByColsResp.compareTo(FindSchemasByColsResp other) |
boolean |
FindSchemasByColsResp.equals(FindSchemasByColsResp that) |
void |
ThriftHiveMetastore.get_schemas_by_cols_result.setSuccess(FindSchemasByColsResp success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_schemas_by_cols(FindSchemasByColsRqst rqst,
org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_schemas_by_cols(FindSchemasByColsRqst rqst,
org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_schemas_by_cols.start(I iface,
ThriftHiveMetastore.get_schemas_by_cols_args args,
org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler) |
| Constructor and Description |
|---|
FindSchemasByColsResp(FindSchemasByColsResp other)
Performs a deep copy on other.
|
get_schemas_by_cols_result(FindSchemasByColsResp success,
MetaException o1) |
| Constructor and Description |
|---|
get_schemas_by_cols_call(FindSchemasByColsRqst rqst,
org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.