Package net.sansa_stack.spark.cli.cmd
Class CmdMixinSparkOutput
- java.lang.Object
-
- net.sansa_stack.spark.cli.cmd.CmdMixinSparkOutput
-
- All Implemented Interfaces:
RdfOutputConfig
public class CmdMixinSparkOutput extends Object implements RdfOutputConfig
-
-
Field Summary
Fields Modifier and Type Field Description longdeferOutputForUsedPrefixesStringoutFileStringoutFolderStringoutFormatList<String>outPrefixes
-
Constructor Summary
Constructors Constructor Description CmdMixinSparkOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOutputFormat()StringgetPartitionFolder()LonggetPrefixOutputDeferCount()List<String>getPrefixSources()StringgetTargetFile()
-
-
-
Method Detail
-
getPrefixOutputDeferCount
public Long getPrefixOutputDeferCount()
- Specified by:
getPrefixOutputDeferCountin interfaceRdfOutputConfig
-
getPrefixSources
public List<String> getPrefixSources()
- Specified by:
getPrefixSourcesin interfaceRdfOutputConfig
-
getOutputFormat
public String getOutputFormat()
- Specified by:
getOutputFormatin interfaceRdfOutputConfig
-
getPartitionFolder
public String getPartitionFolder()
- Specified by:
getPartitionFolderin interfaceRdfOutputConfig
-
getTargetFile
public String getTargetFile()
- Specified by:
getTargetFilein interfaceRdfOutputConfig
-
-