| Package | Description |
|---|---|
| org.apache.druid.frame.file |
| Modifier and Type | Method and Description |
|---|---|
static FrameFile.Flag |
FrameFile.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameFile.Flag[] |
FrameFile.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.