public static class ManifestFile.Factory extends Object
ManifestFile
.Constructor and Description |
---|
Factory(FileIO fileIO,
SchemaManager schemaManager,
RowType partitionType,
FileFormat fileFormat,
String compression,
FileStorePathFactory pathFactory,
long suggestedFileSize,
SegmentsCache<Path> cache) |
Modifier and Type | Method and Description |
---|---|
ManifestFile |
create() |
ObjectsFile<SimpleFileEntry> |
createSimpleFileEntryReader() |
boolean |
isCacheEnabled() |
public Factory(FileIO fileIO, SchemaManager schemaManager, RowType partitionType, FileFormat fileFormat, String compression, FileStorePathFactory pathFactory, long suggestedFileSize, @Nullable SegmentsCache<Path> cache)
public boolean isCacheEnabled()
public ManifestFile create()
public ObjectsFile<SimpleFileEntry> createSimpleFileEntryReader()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.