public class FileChannelUtil extends Object
Constructor and Description |
---|
FileChannelUtil() |
Modifier and Type | Method and Description |
---|---|
static ChannelReaderInputView |
createInputView(IOManager ioManager,
ChannelWithMeta channel,
List<FileIOChannel> channels,
BlockCompressionFactory compressionCodecFactory,
int compressionBlockSize) |
static ChannelWriterOutputView |
createOutputView(IOManager ioManager,
FileIOChannel.ID channel,
BlockCompressionFactory compressionCodecFactory,
int compressionBlockSize) |
public static ChannelReaderInputView createInputView(IOManager ioManager, ChannelWithMeta channel, List<FileIOChannel> channels, BlockCompressionFactory compressionCodecFactory, int compressionBlockSize) throws IOException
IOException
public static ChannelWriterOutputView createOutputView(IOManager ioManager, FileIOChannel.ID channel, BlockCompressionFactory compressionCodecFactory, int compressionBlockSize) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.