| 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 |
|---|---|
GetPartitionsResponse |
GetPartitionsResponse.deepCopy() |
GetPartitionsResponse |
ThriftHiveMetastore.Iface.get_partitions_with_specs(GetPartitionsRequest request) |
GetPartitionsResponse |
ThriftHiveMetastore.Client.get_partitions_with_specs(GetPartitionsRequest request) |
GetPartitionsResponse |
ThriftHiveMetastore.AsyncClient.get_partitions_with_specs_call.getResult() |
GetPartitionsResponse |
ThriftHiveMetastore.get_partitions_with_specs_result.getSuccess() |
GetPartitionsResponse |
ThriftHiveMetastore.Client.recv_get_partitions_with_specs() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsResponse> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_with_specs.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetPartitionsResponse.compareTo(GetPartitionsResponse other) |
boolean |
GetPartitionsResponse.equals(GetPartitionsResponse that) |
void |
ThriftHiveMetastore.get_partitions_with_specs_result.setSuccess(GetPartitionsResponse success) |
| Modifier and Type | Method and Description |
|---|---|
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.AsyncProcessor.get_partitions_with_specs.start(I iface,
ThriftHiveMetastore.get_partitions_with_specs_args args,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsResponse> resultHandler) |
| Constructor and Description |
|---|
get_partitions_with_specs_result(GetPartitionsResponse success,
MetaException o1) |
GetPartitionsResponse(GetPartitionsResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
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) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.