Uses of Enum
org.apache.druid.frame.file.FrameFile.Flag
Packages that use FrameFile.Flag
-
Uses of FrameFile.Flag in org.apache.druid.frame.file
Methods in org.apache.druid.frame.file that return FrameFile.FlagModifier and TypeMethodDescriptionstatic FrameFile.FlagReturns 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.FlagModifier and TypeMethodDescriptionstatic FrameFileFrameFile.open(File file, ByteTracker byteTracker, FrameFile.Flag... flags) Open a frame file with certain optional flags.