Class FileCompactStrategy
java.lang.Object
org.apache.flink.connector.file.sink.compactor.FileCompactStrategy
- All Implemented Interfaces:
Serializable
Strategy for compacting the files written in
FileSink before committing.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintintlong
-
Method Details
-
getSizeThreshold
public long getSizeThreshold() -
getNumCheckpointsBeforeCompaction
public int getNumCheckpointsBeforeCompaction() -
getNumCompactThreads
public int getNumCompactThreads()
-