@Internal
public abstract class AbstractHBaseValidator
extends org.apache.flink.table.descriptors.ConnectorDescriptorValidator
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTOR_PROPERTIES |
static String |
CONNECTOR_TABLE_NAME |
static String |
CONNECTOR_TYPE_VALUE_HBASE |
static String |
CONNECTOR_WRITE_BUFFER_FLUSH_INTERVAL |
static String |
CONNECTOR_WRITE_BUFFER_FLUSH_MAX_ROWS |
static String |
CONNECTOR_WRITE_BUFFER_FLUSH_MAX_SIZE |
static String |
CONNECTOR_ZK_NODE_PARENT |
static String |
CONNECTOR_ZK_QUORUM |
| Constructor and Description |
|---|
AbstractHBaseValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getConnectorVersion() |
void |
validate(org.apache.flink.table.descriptors.DescriptorProperties properties) |
protected abstract boolean |
validateZkQuorum() |
protected abstract boolean |
zkQuorumIsOptional() |
public static final String CONNECTOR_TYPE_VALUE_HBASE
public static final String CONNECTOR_TABLE_NAME
public static final String CONNECTOR_ZK_QUORUM
public static final String CONNECTOR_ZK_NODE_PARENT
public static final String CONNECTOR_WRITE_BUFFER_FLUSH_MAX_SIZE
public static final String CONNECTOR_WRITE_BUFFER_FLUSH_MAX_ROWS
public static final String CONNECTOR_WRITE_BUFFER_FLUSH_INTERVAL
public static final String CONNECTOR_PROPERTIES
public void validate(org.apache.flink.table.descriptors.DescriptorProperties properties)
validate in interface org.apache.flink.table.descriptors.DescriptorValidatorvalidate in class org.apache.flink.table.descriptors.ConnectorDescriptorValidatorprotected abstract boolean validateZkQuorum()
protected abstract String getConnectorVersion()
protected abstract boolean zkQuorumIsOptional()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.