| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
GetPartitionsResponse |
AbstractThriftHiveMetastore.get_partitions_with_specs(GetPartitionsRequest request) |
GetPartitionsResponse |
HiveMetaStoreClient.getPartitionsWithSpecs(GetPartitionsRequest request) |
GetPartitionsResponse |
IMetaStoreClient.getPartitionsWithSpecs(GetPartitionsRequest request)
Generic Partition request API, providing different ways of filtering and controlling output.
|
| Modifier and Type | Method and Description |
|---|---|
GetPartitionsRequest |
GetPartitionsRequest.deepCopy() |
GetPartitionsRequest |
ThriftHiveMetastore.get_partitions_with_specs_args.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetPartitionsRequest.compareTo(GetPartitionsRequest other) |
boolean |
GetPartitionsRequest.equals(GetPartitionsRequest that) |
GetPartitionsResponse |
ThriftHiveMetastore.Iface.get_partitions_with_specs(GetPartitionsRequest request) |
GetPartitionsResponse |
ThriftHiveMetastore.Client.get_partitions_with_specs(GetPartitionsRequest request) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions_with_specs(GetPartitionsRequest request,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_with_specs(GetPartitionsRequest request,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsResponse> resultHandler) |
void |
ThriftHiveMetastore.Client.send_get_partitions_with_specs(GetPartitionsRequest request) |
void |
ThriftHiveMetastore.get_partitions_with_specs_args.setRequest(GetPartitionsRequest request) |
| Constructor and Description |
|---|
get_partitions_with_specs_args(GetPartitionsRequest request) |
get_partitions_with_specs_call(GetPartitionsRequest request,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetPartitionsRequest(GetPartitionsRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.