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) |
Modifier and Type | Method and Description |
---|---|
int |
bucket() |
boolean |
equals(Object o) |
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
deletedFilter, mergeEntries, mergeEntries, mergeEntries, readDeletedEntries, readDeletedEntries, readManifestEntries
public static SimpleFileEntry from(ManifestEntry entry)
public static List<SimpleFileEntry> from(List<ManifestEntry> entries)
public FileEntry.Identifier identifier()
identifier
in interface FileEntry
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.