public class WriteStarRocksConfig extends StarRocksConfigBase
| Modifier and Type | Field and Description |
|---|---|
static String |
WRITE_PREFIX |
KEY_COLUMN_TYPES, KEY_COLUMNS, KEY_FE_HTTP, originOptionsPREFIX| Constructor and Description |
|---|
WriteStarRocksConfig(Map<String,String> originOptions,
org.apache.spark.sql.types.StructType sparkSchema,
StarRocksSchema starRocksSchema) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnSeparator() |
String |
getFormat() |
int |
getNumPartitions() |
String[] |
getPartitionColumns() |
String[] |
getStreamLoadColumnNames() |
boolean |
isPartialUpdate() |
com.starrocks.data.load.stream.properties.StreamLoadProperties |
toStreamLoadProperties() |
get, get, getArray, getBoolean, getColumns, getColumnTypes, getDatabase, getFeHttpUrls, getFeJdbcUrl, getHttpRequestConnectTimeoutMs, getHttpRequestRetries, getHttpRequestSocketTimeoutMs, getInt, getInt, getLong, getLong, getOriginOptions, getPassword, getTable, getTimeZone, getUsernamepublic static final String WRITE_PREFIX
public WriteStarRocksConfig(Map<String,String> originOptions, org.apache.spark.sql.types.StructType sparkSchema, StarRocksSchema starRocksSchema)
public String getFormat()
public String getColumnSeparator()
public int getNumPartitions()
public String[] getPartitionColumns()
public String[] getStreamLoadColumnNames()
public boolean isPartialUpdate()
public com.starrocks.data.load.stream.properties.StreamLoadProperties toStreamLoadProperties()
Copyright © 2024. All rights reserved.