| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
GetPartitionResponse |
AbstractThriftHiveMetastore.get_partition_req(GetPartitionRequest req) |
GetPartitionResponse |
HiveMetaStoreClient.getPartitionRequest(GetPartitionRequest req) |
GetPartitionResponse |
IMetaStoreClient.getPartitionRequest(GetPartitionRequest req)
Get a partition.
|
| Modifier and Type | Method and Description |
|---|---|
GetPartitionRequest |
GetPartitionRequest.deepCopy() |
GetPartitionRequest |
ThriftHiveMetastore.get_partition_req_args.getReq() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetPartitionRequest.compareTo(GetPartitionRequest other) |
boolean |
GetPartitionRequest.equals(GetPartitionRequest that) |
GetPartitionResponse |
ThriftHiveMetastore.Iface.get_partition_req(GetPartitionRequest req) |
GetPartitionResponse |
ThriftHiveMetastore.Client.get_partition_req(GetPartitionRequest req) |
void |
ThriftHiveMetastore.AsyncIface.get_partition_req(GetPartitionRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partition_req(GetPartitionRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionResponse> resultHandler) |
void |
ThriftHiveMetastore.Client.send_get_partition_req(GetPartitionRequest req) |
void |
ThriftHiveMetastore.get_partition_req_args.setReq(GetPartitionRequest req) |
| Constructor and Description |
|---|
get_partition_req_args(GetPartitionRequest req) |
get_partition_req_call(GetPartitionRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetPartitionRequest(GetPartitionRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.