Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.CompactingFileWriter.Type
-
Packages that use CompactingFileWriter.Type Package Description org.apache.flink.streaming.api.functions.sink.filesystem -
-
Uses of CompactingFileWriter.Type in org.apache.flink.streaming.api.functions.sink.filesystem
Methods in org.apache.flink.streaming.api.functions.sink.filesystem that return CompactingFileWriter.Type Modifier and Type Method Description static CompactingFileWriter.TypeCompactingFileWriter.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CompactingFileWriter.Type[]CompactingFileWriter.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.streaming.api.functions.sink.filesystem with parameters of type CompactingFileWriter.Type Modifier and Type Method Description protected voidOutputStreamBasedPartFileWriter. ensureWriteType(CompactingFileWriter.Type type)default CompactingFileWriterBucketWriter. openNewCompactingFile(CompactingFileWriter.Type type, BucketID bucketID, org.apache.flink.core.fs.Path path, long creationTime)Used to create a newCompactingFileWriterof the requesting type.
-