| 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 |
|---|---|
Partition |
AbstractThriftHiveMetastore.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
HiveMetaStoreClient.add_partition(Partition new_part) |
Partition |
AbstractThriftHiveMetastore.add_partition(Partition new_part) |
Partition |
IMetaStoreClient.add_partition(Partition partition)
Add a partition to the table.
|
Partition |
HiveMetaStoreClient.add_partition(Partition new_part,
EnvironmentContext envContext) |
Partition |
AbstractThriftHiveMetastore.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context) |
Partition |
AbstractThriftHiveMetastore.append_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
AbstractThriftHiveMetastore.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context) |
Partition |
AbstractThriftHiveMetastore.append_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
HiveMetaStoreClient.appendPartition(String db_name,
String table_name,
List<String> part_vals) |
Partition |
IMetaStoreClient.appendPartition(String dbName,
String tableName,
List<String> partVals)
/**
Add a partition to a table and get back the resulting Partition object.
|
Partition |
HiveMetaStoreClient.appendPartition(String dbName,
String tableName,
List<String> partVals,
EnvironmentContext ec)
Deprecated.
|
Partition |
HiveMetaStoreClient.appendPartition(String dbName,
String tableName,
String partName) |
Partition |
IMetaStoreClient.appendPartition(String dbName,
String tableName,
String name)
Add a partition to a table and get back the resulting Partition object.
|
Partition |
HiveMetaStoreClient.appendPartition(String catName,
String dbName,
String tableName,
List<String> partVals) |
Partition |
IMetaStoreClient.appendPartition(String catName,
String dbName,
String tableName,
List<String> partVals)
Add a partition to a table and get back the resulting Partition object.
|
Partition |
HiveMetaStoreClient.appendPartition(String catName,
String dbName,
String tableName,
String name) |
Partition |
IMetaStoreClient.appendPartition(String catName,
String dbName,
String tableName,
String name)
Add a partition to a table and get back the resulting Partition object.
|
Partition |
HiveMetaStoreClient.appendPartitionByName(String dbName,
String tableName,
String partName) |
Partition |
HiveMetaStoreClient.appendPartitionByName(String dbName,
String tableName,
String partName,
EnvironmentContext envContext) |
protected Partition |
HiveMetaStoreClient.deepCopy(Partition partition) |
Partition |
HiveMetaStoreClient.exchange_partition(Map<String,String> partitionSpecs,
String sourceDb,
String sourceTable,
String destDb,
String destinationTableName)
Exchange the partition between two tables
|
Partition |
AbstractThriftHiveMetastore.exchange_partition(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
Partition |
IMetaStoreClient.exchange_partition(Map<String,String> partitionSpecs,
String sourceDb,
String sourceTable,
String destdb,
String destTableName)
Move a partition from one table to another
|
Partition |
HiveMetaStoreClient.exchange_partition(Map<String,String> partitionSpecs,
String sourceCat,
String sourceDb,
String sourceTable,
String destCat,
String destDb,
String destTableName) |
Partition |
IMetaStoreClient.exchange_partition(Map<String,String> partitionSpecs,
String sourceCat,
String sourceDb,
String sourceTable,
String destCat,
String destdb,
String destTableName)
Move a partition from one table to another
|
Partition |
DefaultMetaStoreFilterHookImpl.filterPartition(Partition partition) |
Partition |
MetaStoreFilterHook.filterPartition(Partition partition)
filter to given partition object if applicable
|
Partition |
AbstractThriftHiveMetastore.get_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
AbstractThriftHiveMetastore.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names) |
Partition |
AbstractThriftHiveMetastore.get_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
HiveMetaStoreClient.getPartition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
IMetaStoreClient.getPartition(String dbName,
String tblName,
List<String> partVals)
Get a partition.
|
Partition |
HiveMetaStoreClient.getPartition(String db,
String tableName,
String partName) |
Partition |
IMetaStoreClient.getPartition(String dbName,
String tblName,
String name)
Get a Partition by name.
|
Partition |
HiveMetaStoreClient.getPartition(String catName,
String dbName,
String tblName,
List<String> partVals) |
Partition |
IMetaStoreClient.getPartition(String catName,
String dbName,
String tblName,
List<String> partVals)
Get a partition.
|
Partition |
HiveMetaStoreClient.getPartition(String catName,
String dbName,
String tblName,
String name) |
Partition |
IMetaStoreClient.getPartition(String catName,
String dbName,
String tblName,
String name)
Get a Partition by name.
|
Partition |
HiveMetaStoreClient.getPartitionWithAuthInfo(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names) |
Partition |
IMetaStoreClient.getPartitionWithAuthInfo(String dbName,
String tableName,
List<String> pvals,
String userName,
List<String> groupNames)
Get a Partition along with authorization information.
|
Partition |
HiveMetaStoreClient.getPartitionWithAuthInfo(String catName,
String dbName,
String tableName,
List<String> pvals,
String userName,
List<String> groupNames) |
Partition |
IMetaStoreClient.getPartitionWithAuthInfo(String catName,
String dbName,
String tableName,
List<String> pvals,
String userName,
List<String> groupNames)
Get a Partition along with authorization information.
|
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
HiveMetaStoreClient.add_partitions(List<Partition> parts,
boolean ifNotExists,
boolean needResults) |
List<Partition> |
IMetaStoreClient.add_partitions(List<Partition> partitions,
boolean ifNotExists,
boolean needResults)
Add partitions to the table.
|
protected List<Partition> |
HiveMetaStoreClient.deepCopyPartitions(List<Partition> partitions) |
List<Partition> |
HiveMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists) |
List<Partition> |
IMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists)
Drop partitions based on an expression.
|
List<Partition> |
HiveMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists,
boolean needResult) |
List<Partition> |
IMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists,
boolean needResults)
|
List<Partition> |
HiveMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
PartitionDropOptions options) |
List<Partition> |
IMetaStoreClient.dropPartitions(String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
PartitionDropOptions options)
Generalization of dropPartitions(),
|
default List<Partition> |
IMetaStoreClient.dropPartitions(String catName,
String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists)
Drop partitions based on an expression.
|
default List<Partition> |
IMetaStoreClient.dropPartitions(String catName,
String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
boolean deleteData,
boolean ifExists,
boolean needResults)
Drop partitions based on an expression.
|
List<Partition> |
HiveMetaStoreClient.dropPartitions(String catName,
String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
PartitionDropOptions options) |
List<Partition> |
IMetaStoreClient.dropPartitions(String catName,
String dbName,
String tblName,
List<org.apache.commons.lang3.tuple.Pair<Integer,byte[]>> partExprs,
PartitionDropOptions options)
Generalization of dropPartitions(),
|
List<Partition> |
HiveMetaStoreClient.exchange_partitions(Map<String,String> partitionSpecs,
String sourceDb,
String sourceTable,
String destDb,
String destinationTableName)
Exchange the partitions between two tables
|
List<Partition> |
AbstractThriftHiveMetastore.exchange_partitions(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
List<Partition> |
IMetaStoreClient.exchange_partitions(Map<String,String> partitionSpecs,
String sourceDb,
String sourceTable,
String destdb,
String destTableName)
With the one partitionSpecs to exchange, multiple partitions could be exchanged.
|
List<Partition> |
HiveMetaStoreClient.exchange_partitions(Map<String,String> partitionSpecs,
String sourceCat,
String sourceDb,
String sourceTable,
String destCat,
String destDb,
String destTableName) |
List<Partition> |
IMetaStoreClient.exchange_partitions(Map<String,String> partitionSpecs,
String sourceCat,
String sourceDb,
String sourceTable,
String destCat,
String destdb,
String destTableName)
With the one partitionSpecs to exchange, multiple partitions could be exchanged.
|
List<Partition> |
DefaultMetaStoreFilterHookImpl.filterPartitions(List<Partition> partitionList) |
List<Partition> |
MetaStoreFilterHook.filterPartitions(List<Partition> partitionList)
Filter given list of partitions
|
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_by_filter_req(GetPartitionsByFilterRequest req) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
AbstractThriftHiveMetastore.get_partitions(String db_name,
String tbl_name,
short max_parts) |
List<Partition> |
HiveMetaStoreClient.getPartitionsByNames(String db_name,
String tbl_name,
List<String> part_names) |
List<Partition> |
IMetaStoreClient.getPartitionsByNames(String db_name,
String tbl_name,
List<String> part_names)
Deprecated.
|
List<Partition> |
HiveMetaStoreClient.getPartitionsByNames(String catName,
String db_name,
String tbl_name,
List<String> part_names)
Deprecated.
|
List<Partition> |
IMetaStoreClient.getPartitionsByNames(String catName,
String db_name,
String tbl_name,
List<String> part_names)
Deprecated.
|
List<Partition> |
HiveMetaStoreClient.listPartitions(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<Partition> |
IMetaStoreClient.listPartitions(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
Get a list of partitions based on a (possibly partial) list of partition values.
|
List<Partition> |
HiveMetaStoreClient.listPartitions(String db_name,
String tbl_name,
short max_parts) |
List<Partition> |
IMetaStoreClient.listPartitions(String db_name,
String tbl_name,
short max_parts)
Get a list of partittions for a table.
|
List<Partition> |
HiveMetaStoreClient.listPartitions(String catName,
String db_name,
String tbl_name,
int max_parts) |
List<Partition> |
IMetaStoreClient.listPartitions(String catName,
String db_name,
String tbl_name,
int max_parts)
Get a list of partittions for a table.
|
List<Partition> |
HiveMetaStoreClient.listPartitions(String catName,
String db_name,
String tbl_name,
List<String> part_vals,
int max_parts) |
List<Partition> |
IMetaStoreClient.listPartitions(String catName,
String db_name,
String tbl_name,
List<String> part_vals,
int max_parts)
Get a list of partitions based on a (possibly partial) list of partition values.
|
List<Partition> |
HiveMetaStoreClient.listPartitionsByFilter(String db_name,
String tbl_name,
String filter,
short max_parts) |
List<Partition> |
IMetaStoreClient.listPartitionsByFilter(String db_name,
String tbl_name,
String filter,
short max_parts)
Get list of partitions matching specified filter
|
List<Partition> |
HiveMetaStoreClient.listPartitionsByFilter(String catName,
String db_name,
String tbl_name,
String filter,
int max_parts) |
List<Partition> |
IMetaStoreClient.listPartitionsByFilter(String catName,
String db_name,
String tbl_name,
String filter,
int max_parts)
Get list of partitions matching specified filter
|
List<Partition> |
HiveMetaStoreClient.listPartitionsWithAuthInfo(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String dbName,
String tableName,
List<String> partialPvals,
short maxParts,
String userName,
List<String> groupNames)
List partitions along with privilege information for a user or groups
|
List<Partition> |
HiveMetaStoreClient.listPartitionsWithAuthInfo(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String dbName,
String tableName,
short maxParts,
String userName,
List<String> groupNames)
List partitions, fetching the authorization information along with the partitions.
|
List<Partition> |
HiveMetaStoreClient.listPartitionsWithAuthInfo(String catName,
String dbName,
String tableName,
int maxParts,
String userName,
List<String> groupNames) |
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String catName,
String dbName,
String tableName,
int maxParts,
String userName,
List<String> groupNames)
List partitions, fetching the authorization information along with the partitions.
|
List<Partition> |
HiveMetaStoreClient.listPartitionsWithAuthInfo(String catName,
String dbName,
String tableName,
List<String> partialPvals,
int maxParts,
String userName,
List<String> groupNames) |
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String catName,
String dbName,
String tableName,
List<String> partialPvals,
int maxParts,
String userName,
List<String> groupNames)
List partitions along with privilege information for a user or groups
|
protected List<Partition> |
HiveMetaStoreClient.listPartitionsWithAuthInfoInternal(String catName,
String dbName,
String tableName,
int maxParts,
String userName,
List<String> groupNames) |
protected List<Partition> |
HiveMetaStoreClient.listPartitionsWithAuthInfoInternal(String catName,
String dbName,
String tableName,
List<String> partialPvals,
int maxParts,
String userName,
List<String> groupNames) |
| Modifier and Type | Method and Description |
|---|---|
Partition |
AbstractThriftHiveMetastore.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
HiveMetaStoreClient.add_partition(Partition new_part) |
Partition |
AbstractThriftHiveMetastore.add_partition(Partition new_part) |
Partition |
IMetaStoreClient.add_partition(Partition partition)
Add a partition to the table.
|
Partition |
HiveMetaStoreClient.add_partition(Partition new_part,
EnvironmentContext envContext) |
void |
AbstractThriftHiveMetastore.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context) |
void |
HiveMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart) |
void |
AbstractThriftHiveMetastore.alter_partition(String db_name,
String tbl_name,
Partition new_part) |
void |
IMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart)
updates a partition to new partition
|
void |
HiveMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext) |
void |
IMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext)
Deprecated.
|
default void |
IMetaStoreClient.alter_partition(String catName,
String dbName,
String tblName,
Partition newPart)
Deprecated.
|
void |
HiveMetaStoreClient.alter_partition(String catName,
String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext) |
void |
IMetaStoreClient.alter_partition(String catName,
String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext)
updates a partition to new partition
|
void |
HiveMetaStoreClient.alter_partition(String catName,
String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext,
String writeIdList) |
void |
IMetaStoreClient.alter_partition(String catName,
String dbName,
String tblName,
Partition newPart,
EnvironmentContext environmentContext,
String writeIdList) |
protected Partition |
HiveMetaStoreClient.deepCopy(Partition partition) |
Partition |
DefaultMetaStoreFilterHookImpl.filterPartition(Partition partition) |
Partition |
MetaStoreFilterHook.filterPartition(Partition partition)
filter to given partition object if applicable
|
static String |
Warehouse.getQualifiedName(Partition partition) |
void |
AbstractThriftHiveMetastore.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part) |
void |
HiveMetaStoreClient.renamePartition(String dbname,
String tableName,
List<String> part_vals,
Partition newPart)
Deprecated.
|
void |
IMetaStoreClient.renamePartition(String dbname,
String tableName,
List<String> part_vals,
Partition newPart)
Deprecated.
|
default void |
IMetaStoreClient.renamePartition(String catName,
String dbname,
String tableName,
List<String> part_vals,
Partition newPart,
String validWriteIds)
rename a partition to a new partition
|
void |
HiveMetaStoreClient.renamePartition(String catName,
String dbname,
String tableName,
List<String> part_vals,
Partition newPart,
String validWriteIds,
long txnId,
boolean makeCopy) |
void |
IMetaStoreClient.renamePartition(String catName,
String dbname,
String tableName,
List<String> part_vals,
Partition newPart,
String validWriteIds,
long txnId,
boolean makeCopy) |
| Modifier and Type | Method and Description |
|---|---|
int |
HiveMetaStoreClient.add_partitions(List<Partition> new_parts) |
int |
AbstractThriftHiveMetastore.add_partitions(List<Partition> new_parts) |
int |
IMetaStoreClient.add_partitions(List<Partition> partitions)
Add partitions to the table.
|
List<Partition> |
HiveMetaStoreClient.add_partitions(List<Partition> parts,
boolean ifNotExists,
boolean needResults) |
List<Partition> |
IMetaStoreClient.add_partitions(List<Partition> partitions,
boolean ifNotExists,
boolean needResults)
Add partitions to the table.
|
void |
AbstractThriftHiveMetastore.alter_partitions_with_environment_context(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context) |
void |
HiveMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts)
Deprecated.
|
void |
AbstractThriftHiveMetastore.alter_partitions(String db_name,
String tbl_name,
List<Partition> new_parts) |
void |
IMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts)
Deprecated.
|
void |
HiveMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext) |
void |
IMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext)
Deprecated.
|
void |
HiveMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext,
String writeIdList,
long writeId) |
void |
IMetaStoreClient.alter_partitions(String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext,
String writeIdList,
long writeId) |
default void |
IMetaStoreClient.alter_partitions(String catName,
String dbName,
String tblName,
List<Partition> newParts)
Deprecated.
|
void |
HiveMetaStoreClient.alter_partitions(String catName,
String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext,
String writeIdList,
long writeId) |
void |
IMetaStoreClient.alter_partitions(String catName,
String dbName,
String tblName,
List<Partition> newParts,
EnvironmentContext environmentContext,
String writeIdList,
long writeId)
updates a list of partitions
|
protected List<Partition> |
HiveMetaStoreClient.deepCopyPartitions(List<Partition> partitions) |
List<Partition> |
DefaultMetaStoreFilterHookImpl.filterPartitions(List<Partition> partitionList) |
List<Partition> |
MetaStoreFilterHook.filterPartitions(List<Partition> partitionList)
Filter given list of partitions
|
boolean |
HiveMetaStoreClient.listPartitionsByExpr(String db_name,
String tbl_name,
byte[] expr,
String default_partition_name,
short max_parts,
List<Partition> result) |
boolean |
IMetaStoreClient.listPartitionsByExpr(String db_name,
String tbl_name,
byte[] expr,
String default_partition_name,
short max_parts,
List<Partition> result)
Get list of partitions matching specified serialized expression
|
boolean |
HiveMetaStoreClient.listPartitionsByExpr(String catName,
String db_name,
String tbl_name,
byte[] expr,
String default_partition_name,
int max_parts,
List<Partition> result) |
boolean |
IMetaStoreClient.listPartitionsByExpr(String catName,
String db_name,
String tbl_name,
byte[] expr,
String default_partition_name,
int max_parts,
List<Partition> result)
Get list of partitions matching specified serialized expression
|
| Modifier and Type | Method and Description |
|---|---|
Partition |
ThriftHiveMetastore.Iface.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.add_partition(Partition new_part) |
Partition |
ThriftHiveMetastore.Client.add_partition(Partition new_part) |
Partition |
ThriftHiveMetastore.Iface.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.append_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
ThriftHiveMetastore.Client.append_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
ThriftHiveMetastore.Iface.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Iface.append_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
ThriftHiveMetastore.Client.append_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
Partition.deepCopy() |
Partition |
ThriftHiveMetastore.Iface.exchange_partition(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
Partition |
ThriftHiveMetastore.Client.exchange_partition(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
Partition |
ThriftHiveMetastore.Iface.get_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
ThriftHiveMetastore.Client.get_partition_by_name(String db_name,
String tbl_name,
String part_name) |
Partition |
ThriftHiveMetastore.Iface.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names) |
Partition |
ThriftHiveMetastore.Client.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names) |
Partition |
ThriftHiveMetastore.Iface.get_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
ThriftHiveMetastore.Client.get_partition(String db_name,
String tbl_name,
List<String> part_vals) |
Partition |
ThriftHiveMetastore.add_partition_args.getNew_part() |
Partition |
ThriftHiveMetastore.add_partition_with_environment_context_args.getNew_part() |
Partition |
ThriftHiveMetastore.alter_partition_args.getNew_part() |
Partition |
ThriftHiveMetastore.alter_partition_with_environment_context_args.getNew_part() |
Partition |
ThriftHiveMetastore.rename_partition_args.getNew_part() |
Partition |
RenamePartitionRequest.getNewPart() |
Partition |
GetPartitionResponse.getPartition() |
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_with_environment_context_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_with_environment_context_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.get_partition_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.exchange_partition_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.get_partition_with_auth_call.getResult() |
Partition |
ThriftHiveMetastore.AsyncClient.get_partition_by_name_call.getResult() |
Partition |
ThriftHiveMetastore.add_partition_result.getSuccess() |
Partition |
ThriftHiveMetastore.add_partition_with_environment_context_result.getSuccess() |
Partition |
ThriftHiveMetastore.append_partition_result.getSuccess() |
Partition |
ThriftHiveMetastore.append_partition_with_environment_context_result.getSuccess() |
Partition |
ThriftHiveMetastore.append_partition_by_name_result.getSuccess() |
Partition |
ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.getSuccess() |
Partition |
ThriftHiveMetastore.get_partition_result.getSuccess() |
Partition |
ThriftHiveMetastore.exchange_partition_result.getSuccess() |
Partition |
ThriftHiveMetastore.get_partition_with_auth_result.getSuccess() |
Partition |
ThriftHiveMetastore.get_partition_by_name_result.getSuccess() |
Partition |
ThriftHiveMetastore.Client.recv_add_partition_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_add_partition() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_by_name_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_by_name() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition_with_environment_context() |
Partition |
ThriftHiveMetastore.Client.recv_append_partition() |
Partition |
ThriftHiveMetastore.Client.recv_exchange_partition() |
Partition |
ThriftHiveMetastore.Client.recv_get_partition_by_name() |
Partition |
ThriftHiveMetastore.Client.recv_get_partition_with_auth() |
Partition |
ThriftHiveMetastore.Client.recv_get_partition() |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
ThriftHiveMetastore.Iface.exchange_partitions(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
List<Partition> |
ThriftHiveMetastore.Client.exchange_partitions(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_by_filter_req(GetPartitionsByFilterRequest req) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_by_filter_req(GetPartitionsByFilterRequest req) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names) |
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions(String db_name,
String tbl_name,
short max_parts) |
List<Partition> |
ThriftHiveMetastore.Client.get_partitions(String db_name,
String tbl_name,
short max_parts) |
List<Partition> |
ThriftHiveMetastore.add_partitions_args.getNew_parts() |
List<Partition> |
ThriftHiveMetastore.alter_partitions_args.getNew_parts() |
List<Partition> |
ThriftHiveMetastore.alter_partitions_with_environment_context_args.getNew_parts() |
Iterator<Partition> |
ThriftHiveMetastore.add_partitions_args.getNew_partsIterator() |
Iterator<Partition> |
ThriftHiveMetastore.alter_partitions_args.getNew_partsIterator() |
Iterator<Partition> |
ThriftHiveMetastore.alter_partitions_with_environment_context_args.getNew_partsIterator() |
List<Partition> |
PartitionsByExprResult.getPartitions() |
List<Partition> |
PartitionListComposingSpec.getPartitions() |
List<Partition> |
AddPartitionsResult.getPartitions() |
List<Partition> |
AlterPartitionsRequest.getPartitions() |
List<Partition> |
GetPartitionsByNamesResult.getPartitions() |
List<Partition> |
PartitionsResponse.getPartitions() |
List<Partition> |
DropPartitionsResult.getPartitions() |
List<Partition> |
GetPartitionsPsWithAuthResponse.getPartitions() |
Iterator<Partition> |
PartitionsByExprResult.getPartitionsIterator() |
Iterator<Partition> |
PartitionListComposingSpec.getPartitionsIterator() |
Iterator<Partition> |
AddPartitionsResult.getPartitionsIterator() |
Iterator<Partition> |
AlterPartitionsRequest.getPartitionsIterator() |
Iterator<Partition> |
GetPartitionsByNamesResult.getPartitionsIterator() |
Iterator<Partition> |
PartitionsResponse.getPartitionsIterator() |
Iterator<Partition> |
DropPartitionsResult.getPartitionsIterator() |
Iterator<Partition> |
GetPartitionsPsWithAuthResponse.getPartitionsIterator() |
List<Partition> |
AddPartitionsRequest.getParts() |
Iterator<Partition> |
AddPartitionsRequest.getPartsIterator() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.exchange_partitions_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_with_auth_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_ps_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_req_call.getResult() |
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_by_names_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.add_partition.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.add_partition_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.append_partition.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.append_partition_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.append_partition_by_name.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.append_partition_by_name_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.get_partition.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.exchange_partition.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> |
ThriftHiveMetastore.AsyncProcessor.exchange_partitions.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.get_partition_with_auth.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Partition> |
ThriftHiveMetastore.AsyncProcessor.get_partition_by_name.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> |
ThriftHiveMetastore.AsyncProcessor.get_partitions.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_with_auth.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_ps.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_ps_with_auth.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_by_filter.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_by_filter_req.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> |
ThriftHiveMetastore.AsyncProcessor.get_partitions_by_names.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<Partition> |
ThriftHiveMetastore.exchange_partitions_result.getSuccess() |
List<Partition> |
ThriftHiveMetastore.get_partitions_result.getSuccess() |
List<Partition> |
ThriftHiveMetastore.get_partitions_with_auth_result.getSuccess() |
List<Partition> |
ThriftHiveMetastore.get_partitions_ps_result.getSuccess() |
List<Partition> |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.getSuccess() |
List<Partition> |
ThriftHiveMetastore.get_partitions_by_filter_result.getSuccess() |
List<Partition> |
ThriftHiveMetastore.get_partitions_by_filter_req_result.getSuccess() |
List<Partition> |
ThriftHiveMetastore.get_partitions_by_names_result.getSuccess() |
Iterator<Partition> |
ThriftHiveMetastore.exchange_partitions_result.getSuccessIterator() |
Iterator<Partition> |
ThriftHiveMetastore.get_partitions_result.getSuccessIterator() |
Iterator<Partition> |
ThriftHiveMetastore.get_partitions_with_auth_result.getSuccessIterator() |
Iterator<Partition> |
ThriftHiveMetastore.get_partitions_ps_result.getSuccessIterator() |
Iterator<Partition> |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.getSuccessIterator() |
Iterator<Partition> |
ThriftHiveMetastore.get_partitions_by_filter_result.getSuccessIterator() |
Iterator<Partition> |
ThriftHiveMetastore.get_partitions_by_filter_req_result.getSuccessIterator() |
Iterator<Partition> |
ThriftHiveMetastore.get_partitions_by_names_result.getSuccessIterator() |
List<Partition> |
ThriftHiveMetastore.Client.recv_exchange_partitions() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_by_filter_req() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_by_filter() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_by_names() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_ps_with_auth() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_ps() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_with_auth() |
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions() |
| Modifier and Type | Method and Description |
|---|---|
Partition |
ThriftHiveMetastore.Iface.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
Partition |
ThriftHiveMetastore.Client.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.AsyncIface.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
Partition |
ThriftHiveMetastore.Iface.add_partition(Partition new_part) |
Partition |
ThriftHiveMetastore.Client.add_partition(Partition new_part) |
void |
ThriftHiveMetastore.AsyncIface.add_partition(Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_partition(Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.add_partitions_args.addToNew_parts(Partition elem) |
void |
ThriftHiveMetastore.alter_partitions_args.addToNew_parts(Partition elem) |
void |
ThriftHiveMetastore.alter_partitions_with_environment_context_args.addToNew_parts(Partition elem) |
void |
PartitionsByExprResult.addToPartitions(Partition elem) |
void |
PartitionListComposingSpec.addToPartitions(Partition elem) |
void |
AddPartitionsResult.addToPartitions(Partition elem) |
void |
AlterPartitionsRequest.addToPartitions(Partition elem) |
void |
GetPartitionsByNamesResult.addToPartitions(Partition elem) |
void |
PartitionsResponse.addToPartitions(Partition elem) |
void |
DropPartitionsResult.addToPartitions(Partition elem) |
void |
GetPartitionsPsWithAuthResponse.addToPartitions(Partition elem) |
void |
AddPartitionsRequest.addToParts(Partition elem) |
void |
ThriftHiveMetastore.exchange_partitions_result.addToSuccess(Partition elem) |
void |
ThriftHiveMetastore.get_partitions_result.addToSuccess(Partition elem) |
void |
ThriftHiveMetastore.get_partitions_with_auth_result.addToSuccess(Partition elem) |
void |
ThriftHiveMetastore.get_partitions_ps_result.addToSuccess(Partition elem) |
void |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.addToSuccess(Partition elem) |
void |
ThriftHiveMetastore.get_partitions_by_filter_result.addToSuccess(Partition elem) |
void |
ThriftHiveMetastore.get_partitions_by_filter_req_result.addToSuccess(Partition elem) |
void |
ThriftHiveMetastore.get_partitions_by_names_result.addToSuccess(Partition elem) |
void |
ThriftHiveMetastore.Iface.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.AsyncIface.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Iface.alter_partition(String db_name,
String tbl_name,
Partition new_part) |
void |
ThriftHiveMetastore.Client.alter_partition(String db_name,
String tbl_name,
Partition new_part) |
void |
ThriftHiveMetastore.AsyncIface.alter_partition(String db_name,
String tbl_name,
Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.alter_partition(String db_name,
String tbl_name,
Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
int |
Partition.compareTo(Partition other) |
boolean |
Partition.equals(Partition that) |
void |
ThriftHiveMetastore.Iface.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part) |
void |
ThriftHiveMetastore.Client.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part) |
void |
ThriftHiveMetastore.AsyncIface.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Client.send_add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.send_add_partition(Partition new_part) |
void |
ThriftHiveMetastore.Client.send_alter_partition_with_environment_context(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.send_alter_partition(String db_name,
String tbl_name,
Partition new_part) |
void |
ThriftHiveMetastore.Client.send_rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part) |
void |
ThriftHiveMetastore.add_partition_args.setNew_part(Partition new_part) |
void |
ThriftHiveMetastore.add_partition_with_environment_context_args.setNew_part(Partition new_part) |
void |
ThriftHiveMetastore.alter_partition_args.setNew_part(Partition new_part) |
void |
ThriftHiveMetastore.alter_partition_with_environment_context_args.setNew_part(Partition new_part) |
void |
ThriftHiveMetastore.rename_partition_args.setNew_part(Partition new_part) |
void |
RenamePartitionRequest.setNewPart(Partition newPart) |
void |
GetPartitionResponse.setPartition(Partition partition) |
void |
ThriftHiveMetastore.add_partition_result.setSuccess(Partition success) |
void |
ThriftHiveMetastore.add_partition_with_environment_context_result.setSuccess(Partition success) |
void |
ThriftHiveMetastore.append_partition_result.setSuccess(Partition success) |
void |
ThriftHiveMetastore.append_partition_with_environment_context_result.setSuccess(Partition success) |
void |
ThriftHiveMetastore.append_partition_by_name_result.setSuccess(Partition success) |
void |
ThriftHiveMetastore.append_partition_by_name_with_environment_context_result.setSuccess(Partition success) |
void |
ThriftHiveMetastore.get_partition_result.setSuccess(Partition success) |
void |
ThriftHiveMetastore.exchange_partition_result.setSuccess(Partition success) |
void |
ThriftHiveMetastore.get_partition_with_auth_result.setSuccess(Partition success) |
void |
ThriftHiveMetastore.get_partition_by_name_result.setSuccess(Partition success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_partition_with_environment_context(Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.add_partition(Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_partition(Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
int |
ThriftHiveMetastore.Iface.add_partitions(List<Partition> new_parts) |
int |
ThriftHiveMetastore.Client.add_partitions(List<Partition> new_parts) |
void |
ThriftHiveMetastore.AsyncIface.add_partitions(List<Partition> new_parts,
org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_partitions(List<Partition> new_parts,
org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) |
void |
ThriftHiveMetastore.Iface.alter_partitions_with_environment_context(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.alter_partitions_with_environment_context(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.AsyncIface.alter_partitions_with_environment_context(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.alter_partitions_with_environment_context(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Iface.alter_partitions(String db_name,
String tbl_name,
List<Partition> new_parts) |
void |
ThriftHiveMetastore.Client.alter_partitions(String db_name,
String tbl_name,
List<Partition> new_parts) |
void |
ThriftHiveMetastore.AsyncIface.alter_partitions(String db_name,
String tbl_name,
List<Partition> new_parts,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.alter_partitions(String db_name,
String tbl_name,
List<Partition> new_parts,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_with_environment_context(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.append_partition_by_name(String db_name,
String tbl_name,
String part_name,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.append_partition_by_name(String db_name,
String tbl_name,
String part_name,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.append_partition_with_environment_context(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.append_partition(String db_name,
String tbl_name,
List<String> part_vals,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.append_partition(String db_name,
String tbl_name,
List<String> part_vals,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.exchange_partition(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.exchange_partition(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.exchange_partitions(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.exchange_partitions(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partition_by_name(String db_name,
String tbl_name,
String part_name,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partition_by_name(String db_name,
String tbl_name,
String part_name,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partition(String db_name,
String tbl_name,
List<String> part_vals,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partition(String db_name,
String tbl_name,
List<String> part_vals,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions_by_filter_req(GetPartitionsByFilterRequest req,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_req(GetPartitionsByFilterRequest req,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_partitions(String db_name,
String tbl_name,
short max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partitions(String db_name,
String tbl_name,
short max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.Client.send_add_partitions(List<Partition> new_parts) |
void |
ThriftHiveMetastore.Client.send_alter_partitions_with_environment_context(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context) |
void |
ThriftHiveMetastore.Client.send_alter_partitions(String db_name,
String tbl_name,
List<Partition> new_parts) |
void |
ThriftHiveMetastore.add_partitions_args.setNew_parts(List<Partition> new_parts) |
void |
ThriftHiveMetastore.alter_partitions_args.setNew_parts(List<Partition> new_parts) |
void |
ThriftHiveMetastore.alter_partitions_with_environment_context_args.setNew_parts(List<Partition> new_parts) |
void |
PartitionsByExprResult.setPartitions(List<Partition> partitions) |
void |
PartitionListComposingSpec.setPartitions(List<Partition> partitions) |
void |
AddPartitionsResult.setPartitions(List<Partition> partitions) |
void |
AlterPartitionsRequest.setPartitions(List<Partition> partitions) |
void |
GetPartitionsByNamesResult.setPartitions(List<Partition> partitions) |
void |
PartitionsResponse.setPartitions(List<Partition> partitions) |
void |
DropPartitionsResult.setPartitions(List<Partition> partitions) |
void |
GetPartitionsPsWithAuthResponse.setPartitions(List<Partition> partitions) |
void |
AddPartitionsRequest.setParts(List<Partition> parts) |
void |
ThriftHiveMetastore.exchange_partitions_result.setSuccess(List<Partition> success) |
void |
ThriftHiveMetastore.get_partitions_result.setSuccess(List<Partition> success) |
void |
ThriftHiveMetastore.get_partitions_with_auth_result.setSuccess(List<Partition> success) |
void |
ThriftHiveMetastore.get_partitions_ps_result.setSuccess(List<Partition> success) |
void |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.setSuccess(List<Partition> success) |
void |
ThriftHiveMetastore.get_partitions_by_filter_result.setSuccess(List<Partition> success) |
void |
ThriftHiveMetastore.get_partitions_by_filter_req_result.setSuccess(List<Partition> success) |
void |
ThriftHiveMetastore.get_partitions_by_names_result.setSuccess(List<Partition> success) |
void |
ThriftHiveMetastore.AsyncProcessor.add_partition.start(I iface,
ThriftHiveMetastore.add_partition_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.add_partition_with_environment_context.start(I iface,
ThriftHiveMetastore.add_partition_with_environment_context_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.append_partition.start(I iface,
ThriftHiveMetastore.append_partition_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.append_partition_by_name.start(I iface,
ThriftHiveMetastore.append_partition_by_name_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.append_partition_by_name_with_environment_context.start(I iface,
ThriftHiveMetastore.append_partition_by_name_with_environment_context_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.append_partition_with_environment_context.start(I iface,
ThriftHiveMetastore.append_partition_with_environment_context_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.exchange_partition.start(I iface,
ThriftHiveMetastore.exchange_partition_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.exchange_partitions.start(I iface,
ThriftHiveMetastore.exchange_partitions_args args,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partition.start(I iface,
ThriftHiveMetastore.get_partition_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partition_by_name.start(I iface,
ThriftHiveMetastore.get_partition_by_name_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partition_with_auth.start(I iface,
ThriftHiveMetastore.get_partition_with_auth_args args,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions.start(I iface,
ThriftHiveMetastore.get_partitions_args args,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions_by_filter.start(I iface,
ThriftHiveMetastore.get_partitions_by_filter_args args,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions_by_filter_req.start(I iface,
ThriftHiveMetastore.get_partitions_by_filter_req_args args,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions_by_names.start(I iface,
ThriftHiveMetastore.get_partitions_by_names_args args,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions_ps.start(I iface,
ThriftHiveMetastore.get_partitions_ps_args args,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions_ps_with_auth.start(I iface,
ThriftHiveMetastore.get_partitions_ps_with_auth_args args,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partitions_with_auth.start(I iface,
ThriftHiveMetastore.get_partitions_with_auth_args args,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler) |
| Constructor and Description |
|---|
add_partition_args(Partition new_part) |
add_partition_call(Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
add_partition_result(Partition success,
InvalidObjectException o1,
AlreadyExistsException o2,
MetaException o3) |
add_partition_with_environment_context_args(Partition new_part,
EnvironmentContext environment_context) |
add_partition_with_environment_context_call(Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
add_partition_with_environment_context_result(Partition success,
InvalidObjectException o1,
AlreadyExistsException o2,
MetaException o3) |
alter_partition_args(String db_name,
String tbl_name,
Partition new_part) |
alter_partition_call(String db_name,
String tbl_name,
Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
alter_partition_with_environment_context_args(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context) |
alter_partition_with_environment_context_call(String db_name,
String tbl_name,
Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
append_partition_by_name_result(Partition success,
InvalidObjectException o1,
AlreadyExistsException o2,
MetaException o3) |
append_partition_by_name_with_environment_context_result(Partition success,
InvalidObjectException o1,
AlreadyExistsException o2,
MetaException o3) |
append_partition_result(Partition success,
InvalidObjectException o1,
AlreadyExistsException o2,
MetaException o3) |
append_partition_with_environment_context_result(Partition success,
InvalidObjectException o1,
AlreadyExistsException o2,
MetaException o3) |
exchange_partition_result(Partition success,
MetaException o1,
NoSuchObjectException o2,
InvalidObjectException o3,
InvalidInputException o4) |
get_partition_by_name_result(Partition success,
MetaException o1,
NoSuchObjectException o2) |
get_partition_result(Partition success,
MetaException o1,
NoSuchObjectException o2) |
get_partition_with_auth_result(Partition success,
MetaException o1,
NoSuchObjectException o2) |
GetPartitionResponse(Partition partition) |
Partition(Partition other)
Performs a deep copy on other.
|
rename_partition_args(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part) |
rename_partition_call(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
RenamePartitionRequest(String dbName,
String tableName,
List<String> partVals,
Partition newPart) |
| Constructor and Description |
|---|
add_partition_call(Partition new_part,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
add_partition_with_environment_context_call(Partition new_part,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
add_partitions_args(List<Partition> new_parts) |
add_partitions_call(List<Partition> 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) |
AddPartitionsRequest(String dbName,
String tblName,
List<Partition> parts,
boolean ifNotExists) |
alter_partitions_args(String db_name,
String tbl_name,
List<Partition> new_parts) |
alter_partitions_call(String db_name,
String tbl_name,
List<Partition> new_parts,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
alter_partitions_with_environment_context_args(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context) |
alter_partitions_with_environment_context_call(String db_name,
String tbl_name,
List<Partition> new_parts,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
AlterPartitionsRequest(String dbName,
String tableName,
List<Partition> partitions) |
append_partition_by_name_call(String db_name,
String tbl_name,
String part_name,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
append_partition_by_name_with_environment_context_call(String db_name,
String tbl_name,
String part_name,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
append_partition_call(String db_name,
String tbl_name,
List<String> part_vals,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
append_partition_with_environment_context_call(String db_name,
String tbl_name,
List<String> part_vals,
EnvironmentContext environment_context,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
exchange_partition_call(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
exchange_partitions_call(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
exchange_partitions_result(List<Partition> success,
MetaException o1,
NoSuchObjectException o2,
InvalidObjectException o3,
InvalidInputException o4) |
get_partition_by_name_call(String db_name,
String tbl_name,
String part_name,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partition_call(String db_name,
String tbl_name,
List<String> part_vals,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partition_with_auth_call(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partitions_by_filter_call(String db_name,
String tbl_name,
String filter,
short max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partitions_by_filter_req_call(GetPartitionsByFilterRequest req,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partitions_by_filter_req_result(List<Partition> success,
MetaException o1,
NoSuchObjectException o2) |
get_partitions_by_filter_result(List<Partition> success,
MetaException o1,
NoSuchObjectException o2) |
get_partitions_by_names_call(String db_name,
String tbl_name,
List<String> names,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partitions_by_names_result(List<Partition> success,
MetaException o1,
NoSuchObjectException o2,
InvalidObjectException o3) |
get_partitions_call(String db_name,
String tbl_name,
short max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partitions_ps_call(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partitions_ps_result(List<Partition> success,
MetaException o1,
NoSuchObjectException o2) |
get_partitions_ps_with_auth_call(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partitions_ps_with_auth_result(List<Partition> success,
NoSuchObjectException o1,
MetaException o2) |
get_partitions_result(List<Partition> success,
NoSuchObjectException o1,
MetaException o2) |
get_partitions_with_auth_call(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<List<Partition>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_partitions_with_auth_result(List<Partition> success,
NoSuchObjectException o1,
MetaException o2) |
GetPartitionsByNamesResult(List<Partition> partitions) |
GetPartitionsPsWithAuthResponse(List<Partition> partitions) |
PartitionListComposingSpec(List<Partition> partitions) |
PartitionsByExprResult(List<Partition> partitions,
boolean hasUnknownPartitions) |
PartitionsResponse(List<Partition> partitions) |
| Modifier and Type | Method and Description |
|---|---|
Partition |
PartitionSpecWithSharedSDProxy.Iterator.getCurrent() |
Partition |
PartitionSpecProxy.PartitionIterator.getCurrent()
Getter for the Partition "pointed to" by the iterator.
|
Partition |
PartitionSpecProxy.SimplePartitionWrapperIterator.getCurrent() |
Partition |
PartitionListComposingSpecProxy.Iterator.getCurrent() |
Partition |
CompositePartitionSpecProxy.Iterator.getCurrent() |
Partition |
PartitionSpecWithSharedSDProxy.Iterator.next() |
Partition |
PartitionSpecProxy.SimplePartitionWrapperIterator.next() |
Partition |
PartitionListComposingSpecProxy.Iterator.next() |
Partition |
CompositePartitionSpecProxy.Iterator.next() |
| Constructor and Description |
|---|
SimplePartitionWrapperIterator(Partition partition) |
| Modifier and Type | Method and Description |
|---|---|
static Partition |
FilterUtils.filterPartitionIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Partition p)
Filter the partition if filtering is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Partition> |
FilterUtils.filterPartitionsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<Partition> partitions)
Filter the list of partitions if filtering is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static Partition |
FilterUtils.filterPartitionIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Partition p)
Filter the partition if filtering is enabled.
|
static int |
MetaStoreUtils.getArchivingLevel(Partition part) |
static org.apache.hadoop.fs.Path |
MetaStoreUtils.getOriginalLocation(Partition part) |
static Properties |
MetaStoreUtils.getPartitionMetadata(Partition partition,
Table table) |
static Properties |
MetaStoreUtils.getSchema(Partition part,
Table table) |
static boolean |
MetaStoreUtils.isArchived(Partition part) |
| Modifier and Type | Method and Description |
|---|---|
static List<Partition> |
FilterUtils.filterPartitionsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
List<Partition> partitions)
Filter the list of partitions if filtering is enabled.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.