Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.hive | |
org.apache.paimon.privilege | |
org.apache.paimon.rest | |
org.apache.paimon.rest.responses | |
org.apache.paimon.table |
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 |
CachingCatalog.alterPartitions(Identifier identifier,
List<Partition> partitions) |
void |
Catalog.alterPartitions(Identifier identifier,
List<Partition> partitions)
Alter partitions of the specify table.
|
void |
AbstractCatalog.alterPartitions(Identifier identifier,
List<Partition> partitions) |
void |
DelegateCatalog.alterPartitions(Identifier identifier,
List<Partition> partitions) |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
HiveCatalog.listPartitions(Identifier identifier) |
Modifier and Type | Method and Description |
---|---|
void |
HiveCatalog.alterPartitions(Identifier identifier,
List<Partition> partitions) |
Modifier and Type | Method and Description |
---|---|
void |
PrivilegedCatalog.alterPartitions(Identifier identifier,
List<Partition> partitions) |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
RESTCatalog.listPartitions(Identifier identifier) |
Modifier and Type | Method and Description |
---|---|
void |
RESTCatalog.alterPartitions(Identifier identifier,
List<Partition> partitions) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionHandler.alterPartitions(List<Partition> partitions) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.