Class ListFileSystemFiles
- All Implemented Interfaces:
- Serializable,- org.apache.flink.api.common.functions.Function,- org.apache.flink.api.common.functions.RichFunction
@Internal
public class ListFileSystemFiles
extends org.apache.flink.streaming.api.functions.ProcessFunction<Trigger,String> 
Recursively lists the files in the `location` directory. Hidden files, and files younger than the
 `minAgeMs` are omitted in the result.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.flink.streaming.api.functions.ProcessFunctionorg.apache.flink.streaming.api.functions.ProcessFunction.Context, org.apache.flink.streaming.api.functions.ProcessFunction.OnTimerContext
- 
Constructor SummaryConstructorsConstructorDescriptionListFileSystemFiles(String taskName, int taskIndex, TableLoader tableLoader, String location, long minAgeMs, boolean usePrefixListing) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()voidopen(org.apache.flink.api.common.functions.OpenContext openContext) voidprocessElement(Trigger trigger, org.apache.flink.streaming.api.functions.ProcessFunction<Trigger, String>.org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx, org.apache.flink.util.Collector<String> out) Methods inherited from class org.apache.flink.streaming.api.functions.ProcessFunctiononTimerMethods inherited from class org.apache.flink.api.common.functions.AbstractRichFunctiongetIterationRuntimeContext, getRuntimeContext, setRuntimeContext
- 
Constructor Details- 
ListFileSystemFilespublic ListFileSystemFiles(String taskName, int taskIndex, TableLoader tableLoader, String location, long minAgeMs, boolean usePrefixListing) 
 
- 
- 
Method Details- 
open- Specified by:
- openin interface- org.apache.flink.api.common.functions.RichFunction
- Overrides:
- openin class- org.apache.flink.api.common.functions.AbstractRichFunction
- Throws:
- Exception
 
- 
processElement
- 
close- Specified by:
- closein interface- org.apache.flink.api.common.functions.RichFunction
- Overrides:
- closein class- org.apache.flink.api.common.functions.AbstractRichFunction
- Throws:
- Exception
 
 
-