Uses of Enum
org.apache.flink.streaming.api.functions.source.legacy.FileMonitoringFunction.WatchType
Packages that use FileMonitoringFunction.WatchType
Package
Description
-
Uses of FileMonitoringFunction.WatchType in org.apache.flink.streaming.api.environment
Methods in org.apache.flink.streaming.api.environment with parameters of type FileMonitoringFunction.WatchTypeModifier and TypeMethodDescriptionStreamExecutionEnvironment.readFileStream(String filePath, long intervalMillis, FileMonitoringFunction.WatchType watchType) Deprecated. -
Uses of FileMonitoringFunction.WatchType in org.apache.flink.streaming.api.functions.source.legacy
Methods in org.apache.flink.streaming.api.functions.source.legacy that return FileMonitoringFunction.WatchTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FileMonitoringFunction.WatchType[]FileMonitoringFunction.WatchType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.streaming.api.functions.source.legacy with parameters of type FileMonitoringFunction.WatchTypeModifierConstructorDescriptionFileMonitoringFunction(String path, long interval, FileMonitoringFunction.WatchType watchType) Deprecated.
StreamExecutionEnvironment.readFile(FileInputFormat, String, FileProcessingMode, long)instead.