Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.metastore.partition.spec |
Modifier and Type | Method and Description |
---|---|
List<PartitionSpec> |
MetaStoreFilterHook.filterPartitionSpecs(List<PartitionSpec> partitionSpecList)
Filter given list of partition specs
|
List<PartitionSpec> |
DefaultMetaStoreFilterHookImpl.filterPartitionSpecs(List<PartitionSpec> partitionSpecList) |
List<PartitionSpec> |
HiveMetaStore.HMSHandler.get_part_specs_by_filter(String dbName,
String tblName,
String filter,
int maxParts) |
List<PartitionSpec> |
HiveMetaStore.HMSHandler.get_partitions_pspec(String db_name,
String tbl_name,
int max_parts) |
Modifier and Type | Method and Description |
---|---|
int |
HiveMetaStore.HMSHandler.add_partitions_pspec(List<PartitionSpec> partSpecs) |
List<PartitionSpec> |
MetaStoreFilterHook.filterPartitionSpecs(List<PartitionSpec> partitionSpecList)
Filter given list of partition specs
|
List<PartitionSpec> |
DefaultMetaStoreFilterHookImpl.filterPartitionSpecs(List<PartitionSpec> partitionSpecList) |
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> |
ThriftHiveMetastore.AsyncClient.get_partitions_pspec_call.getResult() |
List<PartitionSpec> |
ThriftHiveMetastore.AsyncClient.get_part_specs_by_filter_call.getResult() |
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 |
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<ThriftHiveMetastore.AsyncClient.add_partitions_pspec_call> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_partitions_pspec(List<PartitionSpec> new_parts,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.add_partitions_pspec_call> 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 |
ThriftHiveMetastore.get_partitions_pspec_result.setSuccess(List<PartitionSpec> success) |
void |
ThriftHiveMetastore.get_part_specs_by_filter_result.setSuccess(List<PartitionSpec> success) |
Constructor and Description |
---|
PartitionSpec(PartitionSpec other)
Performs a deep copy on other.
|
Constructor and Description |
---|
ThriftHiveMetastore.add_partitions_pspec_args(List<PartitionSpec> new_parts) |
ThriftHiveMetastore.AsyncClient.add_partitions_pspec_call(List<PartitionSpec> new_parts,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.add_partitions_pspec_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.get_part_specs_by_filter_result(List<PartitionSpec> success,
MetaException o1,
NoSuchObjectException o2) |
ThriftHiveMetastore.get_partitions_pspec_result(List<PartitionSpec> success,
NoSuchObjectException o1,
MetaException o2) |
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) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.