| Package | Description |
|---|---|
| org.apache.paimon.catalog | |
| org.apache.paimon.hive | |
| org.apache.paimon.manifest | |
| 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> |
Catalog.listPartitions(Identifier identifier)
Get Partition of all partitions of the table.
|
List<Partition> |
AbstractCatalog.listPartitions(Identifier identifier) |
List<Partition> |
CachingCatalog.listPartitions(Identifier identifier) |
List<Partition> |
DelegateCatalog.listPartitions(Identifier identifier) |
static List<Partition> |
CatalogUtils.listPartitionsFromFileSystem(Table table) |
PagedList<Partition> |
Catalog.listPartitionsPaged(Identifier identifier,
Integer maxResults,
String pageToken)
Get paged partitioned list of the table.
|
PagedList<Partition> |
AbstractCatalog.listPartitionsPaged(Identifier identifier,
Integer maxResults,
String pageToken) |
PagedList<Partition> |
DelegateCatalog.listPartitionsPaged(Identifier identifier,
Integer maxResults,
String pageToken) |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
HiveCatalog.listPartitions(Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
Partition |
PartitionEntry.toPartition(InternalRowPartitionComputer computer) |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
RESTCatalog.listPartitions(Identifier identifier) |
PagedList<Partition> |
RESTCatalog.listPartitionsPaged(Identifier identifier,
Integer maxResults,
String pageToken) |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
ListPartitionsResponse.data() |
List<Partition> |
ListPartitionsResponse.getPartitions() |
| Constructor and Description |
|---|
ListPartitionsResponse(List<Partition> partitions) |
ListPartitionsResponse(List<Partition> partitions,
String nextPageToken) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.