public class NebulaValidator
extends org.apache.flink.table.descriptors.ConnectorDescriptorValidator
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTOR_ADDRESS |
static String |
CONNECTOR_LABEL |
static String |
CONNECTOR_LOOKUP_CACHE_MAX_ROWS |
static String |
CONNECTOR_LOOKUP_CACHE_TTL |
static String |
CONNECTOR_LOOKUP_MAX_RETRIES |
static String |
CONNECTOR_PASSWORD |
static String |
CONNECTOR_READ_FETCH_SIZE |
static String |
CONNECTOR_READ_PARTITION_COLUMN |
static String |
CONNECTOR_READ_PARTITION_LOWER_BOUND |
static String |
CONNECTOR_READ_PARTITION_NUM |
static String |
CONNECTOR_READ_PARTITION_UPPER_BOUND |
static String |
CONNECTOR_READ_QUERY |
static String |
CONNECTOR_SPACE |
static String |
CONNECTOR_TYPE_VALUE_NEBULA |
static String |
CONNECTOR_USERNAME |
static String |
CONNECTOR_WRITE_FLUSH_INTERVAL |
static String |
CONNECTOR_WRITE_FLUSH_MAX_ROWS |
static String |
CONNECTOR_WRITE_MAX_RETRIES |
| Constructor and Description |
|---|
NebulaValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(org.apache.flink.table.descriptors.DescriptorProperties properties) |
public static final String CONNECTOR_TYPE_VALUE_NEBULA
public static final String CONNECTOR_ADDRESS
public static final String CONNECTOR_SPACE
public static final String CONNECTOR_LABEL
public static final String CONNECTOR_USERNAME
public static final String CONNECTOR_PASSWORD
public static final String CONNECTOR_READ_QUERY
public static final String CONNECTOR_READ_PARTITION_COLUMN
public static final String CONNECTOR_READ_PARTITION_LOWER_BOUND
public static final String CONNECTOR_READ_PARTITION_UPPER_BOUND
public static final String CONNECTOR_READ_PARTITION_NUM
public static final String CONNECTOR_READ_FETCH_SIZE
public static final String CONNECTOR_LOOKUP_CACHE_MAX_ROWS
public static final String CONNECTOR_LOOKUP_CACHE_TTL
public static final String CONNECTOR_LOOKUP_MAX_RETRIES
public static final String CONNECTOR_WRITE_FLUSH_MAX_ROWS
public static final String CONNECTOR_WRITE_FLUSH_INTERVAL
public static final String CONNECTOR_WRITE_MAX_RETRIES
Copyright © 2024. All rights reserved.