public static class FileEntry.Identifier extends Object
FileEntry.Identifier indicates that the ManifestEntry refers to the same data
file.| Modifier and Type | Field and Description |
|---|---|
int |
bucket |
List<String> |
extraFiles |
String |
fileName |
int |
level |
BinaryRow |
partition |
| Constructor and Description |
|---|
Identifier(BinaryRow partition,
int bucket,
int level,
String fileName,
List<String> extraFiles,
byte[] embeddedIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
String |
toString(FileStorePathFactory pathFactory) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.