| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.metastore.utils |
Package consisting the utility methods for metastore.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionsSpecByExprResult |
AbstractThriftHiveMetastore.get_partitions_spec_by_expr(PartitionsByExprRequest req) |
protected PartitionsSpecByExprResult |
HiveMetaStoreClient.getPartitionsSpecByExprInternal(PartitionsByExprRequest req) |
| Modifier and Type | Method and Description |
|---|---|
PartitionsSpecByExprResult |
PartitionsSpecByExprResult.deepCopy() |
PartitionsSpecByExprResult |
ThriftHiveMetastore.Iface.get_partitions_spec_by_expr(PartitionsByExprRequest req) |
PartitionsSpecByExprResult |
ThriftHiveMetastore.Client.get_partitions_spec_by_expr(PartitionsByExprRequest req) |
PartitionsSpecByExprResult |
ThriftHiveMetastore.AsyncClient.get_partitions_spec_by_expr_call.getResult() |
PartitionsSpecByExprResult |
ThriftHiveMetastore.get_partitions_spec_by_expr_result.getSuccess() |
PartitionsSpecByExprResult |
ThriftHiveMetastore.Client.recv_get_partitions_spec_by_expr() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<PartitionsSpecByExprResult> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_spec_by_expr.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
PartitionsSpecByExprResult.compareTo(PartitionsSpecByExprResult other) |
boolean |
PartitionsSpecByExprResult.equals(PartitionsSpecByExprResult that) |
void |
ThriftHiveMetastore.get_partitions_spec_by_expr_result.setSuccess(PartitionsSpecByExprResult success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_partitions_spec_by_expr(PartitionsByExprRequest req,
org.apache.thrift.async.AsyncMethodCallback<PartitionsSpecByExprResult> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_spec_by_expr(PartitionsByExprRequest req,
org.apache.thrift.async.AsyncMethodCallback<PartitionsSpecByExprResult> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions_spec_by_expr.start(I iface,
ThriftHiveMetastore.get_partitions_spec_by_expr_args args,
org.apache.thrift.async.AsyncMethodCallback<PartitionsSpecByExprResult> resultHandler) |
| Constructor and Description |
|---|
get_partitions_spec_by_expr_result(PartitionsSpecByExprResult success,
MetaException o1,
NoSuchObjectException o2) |
PartitionsSpecByExprResult(PartitionsSpecByExprResult other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
get_partitions_spec_by_expr_call(PartitionsByExprRequest req,
org.apache.thrift.async.AsyncMethodCallback<PartitionsSpecByExprResult> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MetaStoreUtils.addPartitonSpecsToList(PartitionsSpecByExprResult r,
List<PartitionSpec> result) |
static boolean |
MetaStoreUtils.hasUnknownPartitions(PartitionsSpecByExprResult r) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.