public class SimpleFileEntry extends Object implements FileEntry
FileEntry
only contains identifier and min max key.FileEntry.Identifier
Constructor and Description |
---|
SimpleFileEntry(FileKind kind,
BinaryRow partition,
int bucket,
int level,
String fileName,
List<String> extraFiles,
byte[] embeddedIndex,
BinaryRow minKey,
BinaryRow maxKey,
String externalPath) |
Modifier and Type | Method and Description |
---|---|
int |
bucket() |
boolean |
equals(Object o) |
String |
externalPath() |
List<String> |
extraFiles() |
String |
fileName() |
static List<SimpleFileEntry> |
from(List<ManifestEntry> entries) |
static SimpleFileEntry |
from(ManifestEntry entry) |
int |
hashCode() |
FileEntry.Identifier |
identifier() |
FileKind |
kind() |
int |
level() |
BinaryRow |
maxKey() |
BinaryRow |
minKey() |
BinaryRow |
partition() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addFilter, deletedFilter, mergeEntries, mergeEntries, mergeEntries, readDeletedEntries, readDeletedEntries, readManifestEntries
public static SimpleFileEntry from(ManifestEntry entry)
public static List<SimpleFileEntry> from(List<ManifestEntry> entries)
@Nullable public String externalPath()
externalPath
in interface FileEntry
public FileEntry.Identifier identifier()
identifier
in interface FileEntry
public List<String> extraFiles()
extraFiles
in interface FileEntry
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.