| Package | Description |
|---|---|
| org.apache.paimon.catalog | |
| org.apache.paimon.hive | |
| org.apache.paimon.metastore | |
| org.apache.paimon.rest | |
| org.apache.paimon.rest.responses |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.paimon.shade.caffeine2.com.github.benmanes.caffeine.cache.Cache<Identifier,List<Partition>> |
CachingCatalog.partitionCache |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
CachingCatalog.listPartitions(Identifier identifier) |
List<Partition> |
Catalog.listPartitions(Identifier identifier)
Get Partition of all partitions of the table.
|
List<Partition> |
AbstractCatalog.listPartitions(Identifier identifier) |
List<Partition> |
DelegateCatalog.listPartitions(Identifier identifier) |
static List<Partition> |
CatalogUtils.listPartitionsFromFileSystem(Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetastoreClient.alterPartition(Partition partition) |
| Modifier and Type | Method and Description |
|---|---|
default void |
MetastoreClient.alterPartition(Partition partition) |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
RESTCatalog.listPartitions(Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
Partition |
PartitionResponse.getPartition() |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
ListPartitionsResponse.getPartitions() |
| Constructor and Description |
|---|
PartitionResponse(Partition partition) |
| Constructor and Description |
|---|
ListPartitionsResponse(List<Partition> partitions) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.