| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
PartitionsResponse |
AbstractThriftHiveMetastore.get_partitions_req(PartitionsRequest req) |
PartitionsResponse |
HiveMetaStoreClient.getPartitionsRequest(PartitionsRequest req) |
PartitionsResponse |
IMetaStoreClient.getPartitionsRequest(PartitionsRequest req)
Get partitions by a list of partition names.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionsRequest |
PartitionsRequest.deepCopy() |
PartitionsRequest |
ThriftHiveMetastore.get_partitions_req_args.getReq() |
| Modifier and Type | Method and Description |
|---|---|
int |
PartitionsRequest.compareTo(PartitionsRequest other) |
boolean |
PartitionsRequest.equals(PartitionsRequest that) |
PartitionsResponse |
ThriftHiveMetastore.Iface.get_partitions_req(PartitionsRequest req) |
PartitionsResponse |
ThriftHiveMetastore.Client.get_partitions_req(PartitionsRequest req) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions_req(PartitionsRequest req,
org.apache.thrift.async.AsyncMethodCallback<PartitionsResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_req(PartitionsRequest req,
org.apache.thrift.async.AsyncMethodCallback<PartitionsResponse> resultHandler) |
void |
ThriftHiveMetastore.Client.send_get_partitions_req(PartitionsRequest req) |
void |
ThriftHiveMetastore.get_partitions_req_args.setReq(PartitionsRequest req) |
| Constructor and Description |
|---|
get_partitions_req_args(PartitionsRequest req) |
get_partitions_req_call(PartitionsRequest req,
org.apache.thrift.async.AsyncMethodCallback<PartitionsResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
PartitionsRequest(PartitionsRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.