Class ExpireSnapshotsProcessor
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.streaming.api.functions.ProcessFunction<Trigger,TaskResult>
 
org.apache.iceberg.flink.maintenance.operator.ExpireSnapshotsProcessor
- All Implemented Interfaces:
- Serializable,- org.apache.flink.api.common.functions.Function,- org.apache.flink.api.common.functions.RichFunction
@Internal
public class ExpireSnapshotsProcessor
extends org.apache.flink.streaming.api.functions.ProcessFunction<Trigger,TaskResult> 
Calls the 
ExpireSnapshots to remove the old snapshots and emits the filenames which could
 be removed in the DELETE_STREAM side output.- 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
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionExpireSnapshotsProcessor(TableLoader tableLoader, Long maxSnapshotAgeMs, Integer numSnapshots, Integer plannerPoolSize, Boolean cleanExpiredMetadata) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()voidopen(org.apache.flink.api.common.functions.OpenContext parameters) voidprocessElement(Trigger trigger, org.apache.flink.streaming.api.functions.ProcessFunction<Trigger, TaskResult>.org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx, org.apache.flink.util.Collector<TaskResult> out) Methods inherited from class org.apache.flink.streaming.api.functions.ProcessFunctiononTimerMethods inherited from class org.apache.flink.api.common.functions.AbstractRichFunctiongetIterationRuntimeContext, getRuntimeContext, setRuntimeContext
- 
Field Details- 
DELETE_STREAM
 
- 
- 
Constructor Details- 
ExpireSnapshotsProcessorpublic ExpireSnapshotsProcessor(TableLoader tableLoader, Long maxSnapshotAgeMs, Integer numSnapshots, Integer plannerPoolSize, Boolean cleanExpiredMetadata) 
 
- 
- 
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
 
- 
processElementpublic void processElement(Trigger trigger, org.apache.flink.streaming.api.functions.ProcessFunction<Trigger, TaskResult>.org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx, org.apache.flink.util.Collector<TaskResult> out) throws Exception- Specified by:
- processElementin class- org.apache.flink.streaming.api.functions.ProcessFunction<Trigger,- TaskResult> 
- Throws:
- Exception
 
- 
close- Specified by:
- closein interface- org.apache.flink.api.common.functions.RichFunction
- Overrides:
- closein class- org.apache.flink.api.common.functions.AbstractRichFunction
- Throws:
- Exception
 
 
-