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