@Metadata(firstVersion="2.17.0",
label="dataformat,transformation",
title="LZF Deflate Compression")
public class LZFDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
LZFDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getUsingParallelCompression() |
void |
setUsingParallelCompression(Boolean usingParallelCompression)
Enable encoding (compress) using multiple processing cores.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic LZFDataFormat()
public Boolean getUsingParallelCompression()
public void setUsingParallelCompression(Boolean usingParallelCompression)
Apache Camel