Package | Description |
---|---|
org.apache.paimon.manifest | |
org.apache.paimon.operation |
Modifier and Type | Method and Description |
---|---|
static FileKind |
FileKind.fromByteValue(byte value) |
FileKind |
IndexManifestEntry.kind() |
FileKind |
SimpleFileEntry.kind() |
FileKind |
FileEntry.kind() |
FileKind |
ManifestEntry.kind() |
static FileKind |
FileKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileKind[] |
FileKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.function.Function<InternalRow,FileKind> |
ManifestEntrySerializer.kindGetter() |
Constructor and Description |
---|
IndexManifestEntry(FileKind kind,
BinaryRow partition,
int bucket,
IndexFileMeta indexFile) |
ManifestEntry(FileKind kind,
BinaryRow partition,
int bucket,
int totalBuckets,
DataFileMeta file) |
SimpleFileEntry(FileKind kind,
BinaryRow partition,
int bucket,
int level,
String fileName,
List<String> extraFiles,
byte[] embeddedIndex,
BinaryRow minKey,
BinaryRow maxKey) |
Modifier and Type | Method and Description |
---|---|
default List<ManifestEntry> |
FileStoreScan.Plan.files(FileKind kind)
Result
ManifestEntry files with specific file kind. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.