类分层结构
- java.lang.Object
- org.apache.flink.api.common.functions.AbstractRichFunction (implements org.apache.flink.api.common.functions.RichFunction, java.io.Serializable)
- org.apache.flink.api.common.functions.RichMapFunction<IN,OUT> (implements org.apache.flink.api.common.functions.MapFunction<T,O>)
- org.apache.flink.streaming.api.operators.AbstractStreamOperator<OUT> (implements org.apache.flink.streaming.api.operators.KeyContextHandler, java.io.Serializable, org.apache.flink.streaming.api.operators.SetupableStreamOperator<OUT>, org.apache.flink.streaming.api.operators.StreamOperator<OUT>, org.apache.flink.streaming.api.operators.StreamOperatorStateHandler.CheckpointedStreamOperator)
- org.apache.flink.cdc.runtime.partitioning.EventPartitioner (implements org.apache.flink.api.common.functions.Partitioner<K>)
- org.apache.flink.cdc.runtime.partitioning.PartitioningEvent (implements org.apache.flink.cdc.common.event.Event)
- org.apache.flink.cdc.runtime.partitioning.PartitioningEventKeySelector (implements org.apache.flink.api.java.functions.KeySelector<IN,KEY>)
Copyright © 2025 The Apache Software Foundation. All rights reserved.