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
IOExceptionpublic static ChannelWriterOutputView createOutputView(IOManager ioManager, FileIOChannel.ID channel, BlockCompressionFactory compressionCodecFactory, int compressionBlockSize) throws IOException
IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.