Uses of Class
org.apache.druid.frame.file.FrameFile.Flag
-
Packages that use FrameFile.Flag Package Description org.apache.druid.frame.file -
-
Uses of FrameFile.Flag in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file that return FrameFile.Flag Modifier and Type Method Description static FrameFile.FlagFrameFile.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.Methods in org.apache.druid.frame.file with parameters of type FrameFile.Flag Modifier and Type Method Description static FrameFileFrameFile. open(File file, ByteTracker byteTracker, FrameFile.Flag... flags)Open a frame file with certain optional flags.
-