| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.metastore.partition.spec | |
| org.apache.hadoop.hive.metastore.utils |
Package consisting the utility methods for metastore.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartitionSpec> |
DefaultMetaStoreFilterHookImpl.filterPartitionSpecs(List<PartitionSpec> partitionSpecList) |
List<PartitionSpec> |
MetaStoreFilterHook.filterPartitionSpecs(List<PartitionSpec> partitionSpecList)
Filter given list of partition specs
|
List<PartitionSpec> |
AbstractThriftHiveMetastore.get_part_specs_by_filter(String db_name,
String tbl_name,
String filter,
int max_parts) |
List<PartitionSpec> |
AbstractThriftHiveMetastore.get_partitions_pspec(String db_name,
String tbl_name,
int max_parts) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractThriftHiveMetastore.add_partitions_pspec(List<PartitionSpec> new_parts) |
List<PartitionSpec> |
DefaultMetaStoreFilterHookImpl.filterPartitionSpecs(List<PartitionSpec> partitionSpecList) |
List<PartitionSpec> |
MetaStoreFilterHook.filterPartitionSpecs(List<PartitionSpec> partitionSpecList)
Filter given list of partition specs
|
boolean |
HiveMetaStoreClient.listPartitionsSpecByExpr(PartitionsByExprRequest req,
List<PartitionSpec> result) |
boolean |
IMetaStoreClient.listPartitionsSpecByExpr(PartitionsByExprRequest req,
List<PartitionSpec> result)
Get list of
PartitionSpec matching specified serialized expression. |
| Modifier and Type | Method and Description |
|---|---|
PartitionSpec |
PartitionSpec.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionSpec> |
ThriftHiveMetastore.Iface.get_part_specs_by_filter(String db_name,
String tbl_name,
String filter,
int max_parts) |
List<PartitionSpec> |
ThriftHiveMetastore.Client.get_part_specs_by_filter(String db_name,
String tbl_name,
String filter,
int max_parts) |
List<PartitionSpec> |
ThriftHiveMetastore.Iface.get_partitions_pspec(String db_name,
String tbl_name,
int max_parts) |
List<PartitionSpec> |
ThriftHiveMetastore.Client.get_partitions_pspec(String db_name,
String tbl_name,
int max_parts) |
List<PartitionSpec> |
ThriftHiveMetastore.add_partitions_pspec_args.getNew_parts() |
Iterator<PartitionSpec> |
ThriftHiveMetastore.add_partitions_pspec_args.getNew_partsIterator() |
List<PartitionSpec> |
GetPartitionsResponse.getPartitionSpec() |
Iterator<PartitionSpec> |
GetPartitionsResponse.getPartitionSpecIterator() |
List<PartitionSpec> |
PartitionsSpecByExprResult.getPartitionsSpec() |
Iterator<PartitionSpec> |
PartitionsSpecByExprResult.getPartitionsSpecIterator() |
List<PartitionSpec> |
ThriftHiveMetastore.AsyncClient.get_partitions_pspec_call.getResult() |
List<PartitionSpec> |
ThriftHiveMetastore.AsyncClient.get_part_specs_by_filter_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_pspec.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> |
ThriftHiveMetastore.AsyncProcessor.get_part_specs_by_filter.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<PartitionSpec> |
ThriftHiveMetastore.get_partitions_pspec_result.getSuccess() |
List<PartitionSpec> |
ThriftHiveMetastore.get_part_specs_by_filter_result.getSuccess() |
Iterator<PartitionSpec> |
ThriftHiveMetastore.get_partitions_pspec_result.getSuccessIterator() |
Iterator<PartitionSpec> |
ThriftHiveMetastore.get_part_specs_by_filter_result.getSuccessIterator() |
List<PartitionSpec> |
ThriftHiveMetastore.Client.recv_get_part_specs_by_filter() |
List<PartitionSpec> |
ThriftHiveMetastore.Client.recv_get_partitions_pspec() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.add_partitions_pspec_args.addToNew_parts(PartitionSpec elem) |
void |
GetPartitionsResponse.addToPartitionSpec(PartitionSpec elem) |
void |
PartitionsSpecByExprResult.addToPartitionsSpec(PartitionSpec elem) |
void |
ThriftHiveMetastore.get_partitions_pspec_result.addToSuccess(PartitionSpec elem) |
void |
ThriftHiveMetastore.get_part_specs_by_filter_result.addToSuccess(PartitionSpec elem) |
int |
PartitionSpec.compareTo(PartitionSpec other) |
boolean |
PartitionSpec.equals(PartitionSpec that) |
| Modifier and Type | Method and Description |
|---|---|
int |
ThriftHiveMetastore.Iface.add_partitions_pspec(List<PartitionSpec> new_parts) |
int |
ThriftHiveMetastore.Client.add_partitions_pspec(List<PartitionSpec> new_parts) |
void |
ThriftHiveMetastore.AsyncIface.add_partitions_pspec(List<PartitionSpec> new_parts,
org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_partitions_pspec(List<PartitionSpec> new_parts,
org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_part_specs_by_filter(String db_name,
String tbl_name,
String filter,
int max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_part_specs_by_filter(String db_name,
String tbl_name,
String filter,
int max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions_pspec(String db_name,
String tbl_name,
int max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_pspec(String db_name,
String tbl_name,
int max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) |
void |
ThriftHiveMetastore.Client.send_add_partitions_pspec(List<PartitionSpec> new_parts) |
void |
ThriftHiveMetastore.add_partitions_pspec_args.setNew_parts(List<PartitionSpec> new_parts) |
void |
GetPartitionsResponse.setPartitionSpec(List<PartitionSpec> partitionSpec) |
void |
PartitionsSpecByExprResult.setPartitionsSpec(List<PartitionSpec> partitionsSpec) |
void |
ThriftHiveMetastore.get_partitions_pspec_result.setSuccess(List<PartitionSpec> success) |
void |
ThriftHiveMetastore.get_part_specs_by_filter_result.setSuccess(List<PartitionSpec> success) |
void |
ThriftHiveMetastore.AsyncProcessor.get_part_specs_by_filter.start(I iface,
ThriftHiveMetastore.get_part_specs_by_filter_args args,
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions_pspec.start(I iface,
ThriftHiveMetastore.get_partitions_pspec_args args,
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler) |
| Constructor and Description |
|---|
PartitionSpec(PartitionSpec other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
add_partitions_pspec_args(List<PartitionSpec> new_parts) |
add_partitions_pspec_call(List<PartitionSpec> new_parts,
org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_part_specs_by_filter_call(String db_name,
String tbl_name,
String filter,
int max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_part_specs_by_filter_result(List<PartitionSpec> success,
MetaException o1,
NoSuchObjectException o2) |
get_partitions_pspec_call(String db_name,
String tbl_name,
int max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<PartitionSpec>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partitions_pspec_result(List<PartitionSpec> success,
NoSuchObjectException o1,
MetaException o2) |
GetPartitionsResponse(List<PartitionSpec> partitionSpec) |
PartitionsSpecByExprResult(List<PartitionSpec> partitionsSpec,
boolean hasUnknownPartitions) |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionSpec> |
PartitionSpecWithSharedSDProxy.toPartitionSpec() |
abstract List<PartitionSpec> |
PartitionSpecProxy.toPartitionSpec()
Conversion to a org.apache.hadoop.hive.metastore.api.PartitionSpec sequence.
|
List<PartitionSpec> |
PartitionListComposingSpecProxy.toPartitionSpec() |
List<PartitionSpec> |
CompositePartitionSpecProxy.toPartitionSpec() |
| Modifier and Type | Method and Description |
|---|---|
static PartitionSpecProxy |
PartitionSpecProxy.Factory.get(PartitionSpec partSpec)
Factory method.
|
| Modifier and Type | Method and Description |
|---|---|
static PartitionSpecProxy |
PartitionSpecProxy.Factory.get(List<PartitionSpec> partitionSpecs)
Factory method to construct CompositePartitionSpecProxy.
|
| Constructor and Description |
|---|
PartitionListComposingSpecProxy(PartitionSpec partitionSpec) |
PartitionSpecWithSharedSDProxy(PartitionSpec partitionSpec) |
| Constructor and Description |
|---|
CompositePartitionSpecProxy(List<PartitionSpec> partitionSpecs) |
CompositePartitionSpecProxy(String dbName,
String tableName,
List<PartitionSpec> partitionSpecs)
Deprecated.
|
CompositePartitionSpecProxy(String catName,
String dbName,
String tableName,
List<PartitionSpec> partitionSpecs) |
| Modifier and Type | Method and Description |
|---|---|
static List<PartitionSpec> |
FilterUtils.filterPartitionSpecsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<PartitionSpec> partitionSpecs)
Filter the list of PartitionSpec if filtering is enabled; Otherwise, return original list
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MetaStoreUtils.addPartitonSpecsToList(PartitionsSpecByExprResult r,
List<PartitionSpec> result) |
static List<PartitionSpec> |
FilterUtils.filterPartitionSpecsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<PartitionSpec> partitionSpecs)
Filter the list of PartitionSpec if filtering is enabled; Otherwise, return original list
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.