| Package | Description |
|---|---|
| org.apache.druid.frame.channel | |
| org.apache.druid.frame.file |
| Modifier and Type | Method and Description |
|---|---|
FrameFile |
ReadableFileFrameChannel.newFrameFileReference()
Returns a new reference to the
FrameFile that this channel is reading from. |
| Constructor and Description |
|---|
ReadableFileFrameChannel(FrameFile frameFile) |
ReadableFileFrameChannel(FrameFile frameFile,
int startFrame,
int endFrame) |
| Modifier and Type | Method and Description |
|---|---|
FrameFile |
FrameFile.newReference()
Creates a new reference to this file.
|
static FrameFile |
FrameFile.open(File file,
ByteTracker byteTracker,
FrameFile.Flag... flags)
Open a frame file with certain optional flags.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.