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 Details

    • Builder

      public Builder()
  • Method Details

    • usingParallelCompression

      public LZFDataFormat.Builder usingParallelCompression(String usingParallelCompression)
      Enable encoding (compress) using multiple processing cores.
    • usingParallelCompression

      public LZFDataFormat.Builder usingParallelCompression(boolean usingParallelCompression)
      Enable encoding (compress) using multiple processing cores.
    • end

      public LZFDataFormat end()
      Description copied from interface: DataFormatBuilder
      Ends the build of the data format.
      Specified by:
      end in interface DataFormatBuilder<LZFDataFormat>
      Returns:
      the data format fully built.