public final class SinkOutputFormatProvider extends Object implements co.cask.cdap.api.data.batch.OutputFormatProvider
OutputFormatProvider based on Configuration and output format class.| Constructor and Description |
|---|
SinkOutputFormatProvider(Class<? extends org.apache.hadoop.mapreduce.OutputFormat> outputFormatClass,
org.apache.hadoop.conf.Configuration hConf) |
SinkOutputFormatProvider(String outputFormatClassName,
org.apache.hadoop.conf.Configuration hConf) |
SinkOutputFormatProvider(String outputFormatClassName,
Map<String,String> configuration) |
public SinkOutputFormatProvider(Class<? extends org.apache.hadoop.mapreduce.OutputFormat> outputFormatClass, org.apache.hadoop.conf.Configuration hConf)
public SinkOutputFormatProvider(String outputFormatClassName, org.apache.hadoop.conf.Configuration hConf)
public String getOutputFormatClassName()
getOutputFormatClassName in interface co.cask.cdap.api.data.batch.OutputFormatProviderCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.