Package ru.yandex.clickhouse
Class ClickHouseExternalData
- java.lang.Object
-
- ru.yandex.clickhouse.ClickHouseExternalData
-
public class ClickHouseExternalData extends Object
- Author:
- zgmnkv
-
-
Constructor Summary
Constructors Constructor Description ClickHouseExternalData()ClickHouseExternalData(String name, InputStream content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetContent()StringgetFormat()StringgetName()StringgetStructure()StringgetTypes()voidsetContent(InputStream content)voidsetFormat(String format)voidsetName(String name)voidsetStructure(String structure)voidsetTypes(String types)ClickHouseExternalDatawithContent(InputStream content)ClickHouseExternalDatawithFormat(String format)ClickHouseExternalDatawithName(String name)ClickHouseExternalDatawithStructure(String structure)ClickHouseExternalDatawithTypes(String types)
-
-
-
Constructor Detail
-
ClickHouseExternalData
public ClickHouseExternalData()
-
ClickHouseExternalData
public ClickHouseExternalData(String name, InputStream content)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getContent
public InputStream getContent()
-
setContent
public void setContent(InputStream content)
-
getFormat
public String getFormat()
-
setFormat
public void setFormat(String format)
-
getTypes
public String getTypes()
-
setTypes
public void setTypes(String types)
-
getStructure
public String getStructure()
-
setStructure
public void setStructure(String structure)
-
withName
public ClickHouseExternalData withName(String name)
-
withContent
public ClickHouseExternalData withContent(InputStream content)
-
withFormat
public ClickHouseExternalData withFormat(String format)
-
withTypes
public ClickHouseExternalData withTypes(String types)
-
withStructure
public ClickHouseExternalData withStructure(String structure)
-
-