Class OutputFileConfig
java.lang.Object
org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig
- All Implemented Interfaces:
Serializable
Part file name configuration. This allow to define a prefix and a suffix to the part file name.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder to create the part file configuration. -
Constructor Summary
ConstructorsConstructorDescriptionOutputFileConfig(String partPrefix, String partSuffix) Initiates thePartFileConfigwith values passed as parameters. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The prefix for the part name.The suffix for the part name.
-
Constructor Details
-
OutputFileConfig
Initiates thePartFileConfigwith values passed as parameters.- Parameters:
partPrefix- - the beginning of part file namepartSuffix- - the ending of part file name
-
-
Method Details
-
getPartPrefix
The prefix for the part name. -
getPartSuffix
The suffix for the part name. -
builder
-