| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
GetPartitionsByNamesResult |
AbstractThriftHiveMetastore.get_partitions_by_names_req(GetPartitionsByNamesRequest req) |
GetPartitionsByNamesResult |
HiveMetaStoreClient.getPartitionsByNames(GetPartitionsByNamesRequest req) |
GetPartitionsByNamesResult |
IMetaStoreClient.getPartitionsByNames(GetPartitionsByNamesRequest req)
Get partitions by a list of partition names.
|
protected GetPartitionsByNamesResult |
HiveMetaStoreClient.getPartitionsByNamesInternal(GetPartitionsByNamesRequest gpbnr) |
| Modifier and Type | Method and Description |
|---|---|
GetPartitionsByNamesResult |
GetPartitionsByNamesResult.deepCopy() |
GetPartitionsByNamesResult |
ThriftHiveMetastore.Iface.get_partitions_by_names_req(GetPartitionsByNamesRequest req) |
GetPartitionsByNamesResult |
ThriftHiveMetastore.Client.get_partitions_by_names_req(GetPartitionsByNamesRequest req) |
GetPartitionsByNamesResult |
ThriftHiveMetastore.AsyncClient.get_partitions_by_names_req_call.getResult() |
GetPartitionsByNamesResult |
ThriftHiveMetastore.get_partitions_by_names_req_result.getSuccess() |
GetPartitionsByNamesResult |
ThriftHiveMetastore.Client.recv_get_partitions_by_names_req() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsByNamesResult> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_by_names_req.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetPartitionsByNamesResult.compareTo(GetPartitionsByNamesResult other) |
boolean |
GetPartitionsByNamesResult.equals(GetPartitionsByNamesResult that) |
void |
ThriftHiveMetastore.get_partitions_by_names_req_result.setSuccess(GetPartitionsByNamesResult success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_partitions_by_names_req(GetPartitionsByNamesRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsByNamesResult> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_by_names_req(GetPartitionsByNamesRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsByNamesResult> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions_by_names_req.start(I iface,
ThriftHiveMetastore.get_partitions_by_names_req_args args,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsByNamesResult> resultHandler) |
| Constructor and Description |
|---|
get_partitions_by_names_req_result(GetPartitionsByNamesResult success,
MetaException o1,
NoSuchObjectException o2,
InvalidObjectException o3) |
GetPartitionsByNamesResult(GetPartitionsByNamesResult other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
get_partitions_by_names_req_call(GetPartitionsByNamesRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionsByNamesResult> 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.