Uses of Class
org.apache.flink.streaming.api.functions.source.FileMonitoringFunction.WatchType
-
Packages that use FileMonitoringFunction.WatchType Package Description org.apache.flink.streaming.api.environment org.apache.flink.streaming.api.functions.source -
-
Uses of FileMonitoringFunction.WatchType in org.apache.flink.streaming.api.environment
Methods in org.apache.flink.streaming.api.environment with parameters of type FileMonitoringFunction.WatchType Modifier and Type Method Description DataStream<String>StreamExecutionEnvironment. readFileStream(String filePath, long intervalMillis, FileMonitoringFunction.WatchType watchType)Deprecated. -
Uses of FileMonitoringFunction.WatchType in org.apache.flink.streaming.api.functions.source
Methods in org.apache.flink.streaming.api.functions.source that return FileMonitoringFunction.WatchType Modifier and Type Method Description static FileMonitoringFunction.WatchTypeFileMonitoringFunction.WatchType. valueOf(String name)Returns 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 with parameters of type FileMonitoringFunction.WatchType Constructor Description FileMonitoringFunction(String path, long interval, FileMonitoringFunction.WatchType watchType)Deprecated.
-