Uses of Record Class
io.trino.spooling.filesystem.FileSystemSpooledSegmentHandle
Packages that use FileSystemSpooledSegmentHandle
-
Uses of FileSystemSpooledSegmentHandle in io.trino.spooling.filesystem
Methods in io.trino.spooling.filesystem that return FileSystemSpooledSegmentHandleModifier and TypeMethodDescriptionFileSystemSpoolingManager.create(io.trino.spi.protocol.SpoolingContext context) FileSystemSpooledSegmentHandle.random(Random random, io.trino.spi.protocol.SpoolingContext context, Instant expireAt) FileSystemSpooledSegmentHandle.random(Random random, io.trino.spi.protocol.SpoolingContext context, Instant expireAt, Optional<EncryptionKey> encryptionKey) Methods in io.trino.spooling.filesystem with parameters of type FileSystemSpooledSegmentHandleModifier and TypeMethodDescriptionFileSystemLayout.location(Location rootLocation, FileSystemSpooledSegmentHandle segmentHandle) PartitionedFileSystemLayout.location(Location rootLocation, FileSystemSpooledSegmentHandle segmentHandle) SimpleFileSystemLayout.location(Location rootLocation, FileSystemSpooledSegmentHandle segmentHandle)