public class InputSerialization extends Object implements Serializable
构造器和说明 |
---|
InputSerialization() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCompressionType() |
CSVFormat |
getCsvInputFormat() |
JsonFormat |
getJsonInputFormat() |
SelectContentFormat |
getSelectContentFormat() |
void |
setCompressionType(CompressionType compressionType) |
void |
setCsvInputFormat(CSVFormat csvInputFormat) |
void |
setJsonInputFormat(JsonFormat jsonInputFormat) |
void |
setSelectContentFormat(SelectContentFormat selectContentFormat) |
InputSerialization |
withCompressionType(CompressionType compressionType) |
InputSerialization |
withCsvInputFormat(CSVFormat csvFormat) |
InputSerialization |
withJsonInputFormat(JsonFormat jsonInputFormat) |
public SelectContentFormat getSelectContentFormat()
public void setSelectContentFormat(SelectContentFormat selectContentFormat)
public CSVFormat getCsvInputFormat()
public void setCsvInputFormat(CSVFormat csvInputFormat)
public InputSerialization withCsvInputFormat(CSVFormat csvFormat)
public JsonFormat getJsonInputFormat()
public void setJsonInputFormat(JsonFormat jsonInputFormat)
public InputSerialization withJsonInputFormat(JsonFormat jsonInputFormat)
public String getCompressionType()
public void setCompressionType(CompressionType compressionType)
public InputSerialization withCompressionType(CompressionType compressionType)
Copyright © 2019. All Rights Reserved.