Class LZFDataFormat.Builder
java.lang.Object
org.apache.camel.model.dataformat.LZFDataFormat.Builder
- All Implemented Interfaces:
DataFormatBuilder<LZFDataFormat>
- Enclosing class:
- LZFDataFormat
public static class LZFDataFormat.Builder
extends Object
implements DataFormatBuilder<LZFDataFormat>
Builder is a specific builder for LZFDataFormat.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend()Ends the build of the data format.usingParallelCompression(boolean usingParallelCompression) Enable encoding (compress) using multiple processing cores.usingParallelCompression(String usingParallelCompression) Enable encoding (compress) using multiple processing cores.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
usingParallelCompression
Enable encoding (compress) using multiple processing cores. -
usingParallelCompression
Enable encoding (compress) using multiple processing cores. -
end
Description copied from interface:DataFormatBuilderEnds the build of the data format.- Specified by:
endin interfaceDataFormatBuilder<LZFDataFormat>- Returns:
- the data format fully built.
-