public abstract class TableEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected DescriptorProperties |
properties |
static String |
TABLES_NAME |
Modifier | Constructor and Description |
---|---|
protected |
TableEntry(String name,
DescriptorProperties properties) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
asMap() |
static TableEntry |
create(Map<String,Object> config) |
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
protected abstract void |
validate(DescriptorProperties properties)
Performs syntactic validation.
|
public static final String TABLES_NAME
protected final DescriptorProperties properties
protected TableEntry(String name, DescriptorProperties properties)
public String getName()
public static TableEntry create(Map<String,Object> config)
protected abstract void validate(DescriptorProperties properties)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.