| Package | Description |
|---|---|
| com.starrocks.connector.spark.backend | |
| com.starrocks.connector.spark.cfg | |
| com.starrocks.connector.spark.rest |
| Constructor and Description |
|---|
BackendClient(Routing routing,
Settings settings) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesSettings |
class |
SparkSettings |
| Modifier and Type | Method and Description |
|---|---|
Settings |
PropertiesSettings.copy() |
abstract Settings |
Settings.copy() |
Settings |
Settings.load(String source) |
Settings |
Settings.merge(Map<String,String> map) |
Settings |
Settings.merge(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Settings |
PartitionDefinition.settings() |
| Modifier and Type | Method and Description |
|---|---|
static List<PartitionDefinition> |
RestService.findPartitions(Settings cfg,
org.slf4j.Logger logger)
find StarRocks RDD partitions from StarRocks FE.
|
static Schema |
RestService.getSchema(Settings cfg,
org.slf4j.Logger logger)
discover StarRocks table schema from StarRocks FE.
|
| Constructor and Description |
|---|
PartitionDefinition(String database,
String table,
Settings settings,
String beAddress,
Set<Long> tabletIds,
String queryPlan) |
Copyright © 2024. All rights reserved.