Class DeltaLakeDataFileCacheEntry
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.DeltaLakeDataFileCacheEntry
-
@Immutable public final class DeltaLakeDataFileCacheEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description DeltaLakeDataFileCacheEntry(long version, List<AddFileEntry> activeFiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AddFileEntry>getActiveFiles()longgetRetainedSizeInBytes()longgetVersion()DeltaLakeDataFileCacheEntrywithUpdatesApplied(List<DeltaLakeTransactionLogEntry> newEntries, long newVersion)
-
-
-
Constructor Detail
-
DeltaLakeDataFileCacheEntry
public DeltaLakeDataFileCacheEntry(long version, List<AddFileEntry> activeFiles)
-
-
Method Detail
-
withUpdatesApplied
public DeltaLakeDataFileCacheEntry withUpdatesApplied(List<DeltaLakeTransactionLogEntry> newEntries, long newVersion)
-
getVersion
public long getVersion()
-
getActiveFiles
public List<AddFileEntry> getActiveFiles()
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()
-
-