| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
PrimaryKeysResponse |
AbstractThriftHiveMetastore.get_primary_keys(PrimaryKeysRequest request) |
List<SQLPrimaryKey> |
HiveMetaStoreClient.getPrimaryKeys(PrimaryKeysRequest req) |
List<SQLPrimaryKey> |
IMetaStoreClient.getPrimaryKeys(PrimaryKeysRequest request)
Get a primary key for a table.
|
protected PrimaryKeysResponse |
HiveMetaStoreClient.getPrimaryKeysInternal(PrimaryKeysRequest req) |
| Modifier and Type | Method and Description |
|---|---|
PrimaryKeysRequest |
PrimaryKeysRequest.deepCopy() |
PrimaryKeysRequest |
ThriftHiveMetastore.get_primary_keys_args.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
PrimaryKeysRequest.compareTo(PrimaryKeysRequest other) |
boolean |
PrimaryKeysRequest.equals(PrimaryKeysRequest that) |
PrimaryKeysResponse |
ThriftHiveMetastore.Iface.get_primary_keys(PrimaryKeysRequest request) |
PrimaryKeysResponse |
ThriftHiveMetastore.Client.get_primary_keys(PrimaryKeysRequest request) |
void |
ThriftHiveMetastore.AsyncIface.get_primary_keys(PrimaryKeysRequest request,
org.apache.thrift.async.AsyncMethodCallback<PrimaryKeysResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_primary_keys(PrimaryKeysRequest request,
org.apache.thrift.async.AsyncMethodCallback<PrimaryKeysResponse> resultHandler) |
void |
ThriftHiveMetastore.Client.send_get_primary_keys(PrimaryKeysRequest request) |
void |
ThriftHiveMetastore.get_primary_keys_args.setRequest(PrimaryKeysRequest request) |
| Constructor and Description |
|---|
get_primary_keys_args(PrimaryKeysRequest request) |
get_primary_keys_call(PrimaryKeysRequest request,
org.apache.thrift.async.AsyncMethodCallback<PrimaryKeysResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
PrimaryKeysRequest(PrimaryKeysRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.