public class ConnectorUtils extends Object
| Constructor and Description |
|---|
ConnectorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static net.quasardb.qdb.Session |
connect(Map<String,Object> validatedProps) |
static RecordWriter |
createRecordWriter(Map<String,Object> validatedProps) |
static Resolver<String> |
createSkeletonTableResolver(Map<String,Object> validatedProps) |
static Resolver<String> |
createTableResolver(Map<String,Object> validatedProps) |
static Resolver<List<String>> |
createTableTagsResolver(Map<String,Object> validatedProps) |
static Map<String,String> |
parseTableFromTopic(Collection<String> xs)
Parses table input config and emits a mapping of Kafka topics to
QuasarDB tables.
|
public static final String CLUSTER_URI_CONFIG
public static final String SECURITY_USERNAME_CONFIG
public static final String SECURITY_USER_PRIVATE_KEY_CONFIG
public static final String SECURITY_CLUSTER_PUBLIC_KEY_CONFIG
public static final String TABLE_CONFIG
public static final String TABLE_FROM_TOPIC_CONFIG
public static final String TABLE_FROM_COLUMN_CONFIG
public static final String TABLE_FROM_COMPOSITE_COLUMNS_CONFIG
public static final String TABLE_FROM_COMPOSITE_COLUMNS_DELIM_CONFIG
public static final String TABLE_AUTOCREATE_CONFIG
public static final String TABLE_AUTOCREATE_TAGS_CONFIG
public static final String TABLE_AUTOCREATE_TAGS_COLUMN_CONFIG
public static final String TABLE_AUTOCREATE_SKELETON_CONFIG
public static final String TABLE_AUTOCREATE_SKELETON_COLUMN_CONFIG
public static final String TABLE_AUTOCREATE_SKELETON_SUFFIX_CONFIG
public static final String TIMESTAMP_FROM_COLUMN_CONFIG
public static final String TIMESTAMP_FROM_COLUMN_FORMAT_CONFIG
public static final String COLUMN_FROM_COLUMN_CONFIG
public static final String COLUMN_FROM_COMPOSITE_COLUMNS_CONFIG
public static final String COLUMN_FROM_COMPOSITE_COLUMNS_DELIM_CONFIG
public static final String VALUE_COLUMN_CONFIG
public static final String VALUE_FROM_COLUMN_CONFIG
public static Map<String,String> parseTableFromTopic(Collection<String> xs)
public static Resolver<String> createTableResolver(Map<String,Object> validatedProps)
public static Resolver<String> createSkeletonTableResolver(Map<String,Object> validatedProps)
public static Resolver<List<String>> createTableTagsResolver(Map<String,Object> validatedProps)
public static RecordWriter createRecordWriter(Map<String,Object> validatedProps)
Copyright © 2020. All rights reserved.