类分层结构
- java.lang.Object
- org.apache.flink.api.common.functions.AbstractRichFunction (implements org.apache.flink.api.common.functions.RichFunction, java.io.Serializable)
- org.apache.flink.streaming.api.functions.sink.RichSinkFunction<IN> (implements org.apache.flink.streaming.api.functions.sink.SinkFunction<IN>)
- org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink<T> (implements org.apache.flink.streaming.api.checkpoint.CheckpointedFunction, org.apache.flink.runtime.state.CheckpointListener, org.apache.flink.api.java.typeutils.InputTypeConfigurable, org.apache.flink.streaming.runtime.tasks.ProcessingTimeCallback)
- org.apache.flink.streaming.connectors.fs.bucketing.BasePathBucketer<T> (implements org.apache.flink.streaming.connectors.fs.bucketing.Bucketer<T>)
- org.apache.flink.streaming.connectors.fs.bucketing.DateTimeBucketer<T> (implements org.apache.flink.streaming.connectors.fs.bucketing.Bucketer<T>)
接口分层结构
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.