Uses of Package
org.apache.flink.streaming.api.functions.sink.filesystem
-
Classes in org.apache.flink.streaming.api.functions.sink.filesystem used by org.apache.flink.streaming.api.functions.sink.filesystem Class Description AbstractPartFileWriter An abstract writer for the currently open part file in a specificBucket.BucketAssigner.Context Context that theBucketAssignercan use for getting additional data about an input record.BucketWriter An interface for factories that create the differentwriters.BucketWriter.PendingFile This represents the file that can not write any data to.CompactingFileWriter The file sink compactors use theCompactingFileWriterto write a compacting file.CompactingFileWriter.Type Enum defining the types ofCompactingFileWriter.InProgressFileWriter TheBucketuses theInProgressFileWriterto write element to a part file.InProgressFileWriter.InProgressFileRecoverable A handle can be used to recover in-progress file..InProgressFileWriter.PendingFileRecoverable The handle can be used to recover pending file.OutputFileConfig Part file name configuration.OutputFileConfig.OutputFileConfigBuilder A builder to create the part file configuration.OutputStreamBasedCompactingFileWriter The compactors use theOutputStreamBasedCompactingFileWriterto directly write a compacting file as anOutputStream.OutputStreamBasedPartFileWriter The base class for all the part file writer that useRecoverableFsDataOutputStream.PartFileInfo 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.RecordWiseCompactingFileWriter The compactors use theRecordWiseCompactingFileWriterto write elements to a compacting file.WriterProperties 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.bucketassigners Class Description BucketAssigner A BucketAssigner is used with a file sink to determine the bucket each incoming element should be put into.BucketAssigner.Context Context that theBucketAssignercan 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.rollingpolicies Class Description PartFileInfo 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.RollingPolicy The policy based on which aBucketin theFilesystem Sinkrolls its currently open part file and opens a new one.