public class StreamUtils extends Object
| Constructor and Description |
|---|
StreamUtils() |
| Modifier and Type | Method and Description |
|---|---|
static DiskRangeInfo |
createDiskRangeInfo(EncodedColumnBatch.ColumnStreamData streamBuffer)
Converts stream buffers to disk ranges.
|
static SettableUncompressedStream |
createSettableUncompressedStream(String streamName,
EncodedColumnBatch.ColumnStreamData streamBuffer)
Create SettableUncompressedStream from stream buffer.
|
public static SettableUncompressedStream createSettableUncompressedStream(String streamName, EncodedColumnBatch.ColumnStreamData streamBuffer)
streamName - - stream namestreamBuffer - - stream bufferpublic static DiskRangeInfo createDiskRangeInfo(EncodedColumnBatch.ColumnStreamData streamBuffer)
streamBuffer - - stream bufferCopyright © 2024 The Apache Software Foundation. All rights reserved.