Package | Description |
---|---|
org.apache.paimon.iceberg.manifest |
Modifier and Type | Method and Description |
---|---|
static IcebergManifestEntry.Status |
IcebergManifestEntry.Status.fromId(int id) |
IcebergManifestEntry.Status |
IcebergManifestEntry.status() |
static IcebergManifestEntry.Status |
IcebergManifestEntry.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IcebergManifestEntry.Status[] |
IcebergManifestEntry.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IcebergManifestEntry(IcebergManifestEntry.Status status,
long snapshotId,
long sequenceNumber,
long fileSequenceNumber,
IcebergDataFileMeta dataFile) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.