Uses of Package
org.apache.flink.streaming.api.functions.sink.filesystem
Packages that use org.apache.flink.streaming.api.functions.sink.filesystem
Package
Description
-
Classes in org.apache.flink.streaming.api.functions.sink.filesystem used by org.apache.flink.streaming.api.functions.sink.filesystemClassDescriptionAn abstract writer for the currently open part file in a specific
Bucket.Context that theBucketAssignercan use for getting additional data about an input record.An interface for factories that create the differentwriters.This represents the file that can not write any data to.The file sink compactors use theCompactingFileWriterto write a compacting file.Enum defining the types ofCompactingFileWriter.TheBucketuses theInProgressFileWriterto write element to a part file.A handle can be used to recover in-progress file..The handle can be used to recover pending file.Part file name configuration.A builder to create the part file configuration.The compactors use theOutputStreamBasedCompactingFileWriterto directly write a compacting file as anOutputStream.The base class for all the part file writer that useRecoverableFsDataOutputStream.An interface exposing the information concerning the current (open) part file that is necessary to theRollingPolicyin order to determine if it should roll the part file or not.The compactors use theRecordWiseCompactingFileWriterto write elements to a compacting file.This class describes the property of theBucketWriter. -
Classes in org.apache.flink.streaming.api.functions.sink.filesystem used by org.apache.flink.streaming.api.functions.sink.filesystem.bucketassignersClassDescriptionA BucketAssigner is used with a file sink to determine the bucket each incoming element should be put into.Context that the
BucketAssignercan use for getting additional data about an input record. -
Classes in org.apache.flink.streaming.api.functions.sink.filesystem used by org.apache.flink.streaming.api.functions.sink.filesystem.rollingpoliciesClassDescriptionAn interface exposing the information concerning the current (open) part file that is necessary to the
RollingPolicyin order to determine if it should roll the part file or not.The policy based on which aBucketin theFilesystem Sinkrolls its currently open part file and opens a new one.