| 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 |
|---|---|
PartitionsResponse |
PartitionsResponse.deepCopy() |
PartitionsResponse |
ThriftHiveMetastore.Iface.get_partitions_req(PartitionsRequest req) |
PartitionsResponse |
ThriftHiveMetastore.Client.get_partitions_req(PartitionsRequest req) |
PartitionsResponse |
ThriftHiveMetastore.AsyncClient.get_partitions_req_call.getResult() |
PartitionsResponse |
ThriftHiveMetastore.get_partitions_req_result.getSuccess() |
PartitionsResponse |
ThriftHiveMetastore.Client.recv_get_partitions_req() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<PartitionsResponse> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_req.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
PartitionsResponse.compareTo(PartitionsResponse other) |
boolean |
PartitionsResponse.equals(PartitionsResponse that) |
void |
ThriftHiveMetastore.get_partitions_req_result.setSuccess(PartitionsResponse success) |
| Modifier and Type | Method and Description |
|---|---|
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.AsyncProcessor.get_partitions_req.start(I iface,
ThriftHiveMetastore.get_partitions_req_args args,
org.apache.thrift.async.AsyncMethodCallback<PartitionsResponse> resultHandler) |
| Constructor and Description |
|---|
get_partitions_req_result(PartitionsResponse success,
NoSuchObjectException o1,
MetaException o2) |
PartitionsResponse(PartitionsResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
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) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.