sql-client.yaml
configuration file.@Deprecated public class ModuleEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_NAME
Deprecated.
|
protected org.apache.flink.table.descriptors.DescriptorProperties |
properties
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ModuleEntry(String name,
org.apache.flink.table.descriptors.DescriptorProperties properties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap()
Deprecated.
|
static ModuleEntry |
create(Map<String,Object> config)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getName()
Deprecated.
|
int |
hashCode()
Deprecated.
|
protected void |
validate(org.apache.flink.table.descriptors.DescriptorProperties properties)
Deprecated.
Performs syntactic validation.
|
public static final String MODULE_NAME
protected final org.apache.flink.table.descriptors.DescriptorProperties properties
protected ModuleEntry(String name, org.apache.flink.table.descriptors.DescriptorProperties properties)
public String getName()
protected void validate(org.apache.flink.table.descriptors.DescriptorProperties properties)
public static ModuleEntry create(Map<String,Object> config)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.