Class SinkConfigFragment.Setter
java.lang.Object
io.aiven.kafka.connect.common.config.AbstractFragmentSetter<SinkConfigFragment.Setter>
io.aiven.kafka.connect.common.config.SinkConfigFragment.Setter
- Enclosing class:
- SinkConfigFragment
public static class SinkConfigFragment.Setter
extends AbstractFragmentSetter<SinkConfigFragment.Setter>
The SourceConfigFragment setter.
-
Field Summary
Fields inherited from class io.aiven.kafka.connect.common.config.AbstractFragmentSetter
self -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmaxBytesPerFile(int maxBytesPerFile) Set the maximum bytes allowed in a file.
-
Constructor Details
-
Setter
Constructor.- Parameters:
data- the data to modify.
-
-
Method Details
-
maxBytesPerFile
Set the maximum bytes allowed in a file.- Parameters:
maxBytesPerFile- the maximum number of bytes to allocate to a file.- Returns:
- this
-