Uses of Enum
org.apache.flink.streaming.api.functions.sink.filesystem.CompactingFileWriter.Type
Packages that use CompactingFileWriter.Type
-
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.TypeModifier and TypeMethodDescriptionstatic CompactingFileWriter.TypeReturns 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.TypeModifier and TypeMethodDescriptionprotected 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.