Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.AbstractPartFileWriter
Packages that use AbstractPartFileWriter
-
Uses of AbstractPartFileWriter in org.apache.flink.streaming.api.functions.sink.filesystem
Modifier and TypeClassDescriptionclassOutputStreamBasedPartFileWriter<IN,BucketID> The base class for all the part file writer that useRecoverableFsDataOutputStream.final classRowWisePartWriter<IN,BucketID> AInProgressFileWriterfor row-wise formats that use anEncoder.