Class FileCompactStrategy
- java.lang.Object
-
- org.apache.flink.connector.file.sink.compactor.FileCompactStrategy
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class FileCompactStrategy extends Object implements Serializable
Strategy for compacting the files written inFileSink
before committing.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileCompactStrategy.Builder
Builder forFileCompactStrategy
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumCheckpointsBeforeCompaction()
int
getNumCompactThreads()
long
getSizeThreshold()
-