public class ConfigStore extends Object
| Modifier and Type | Field and Description |
|---|---|
static io.cdap.cdap.spi.data.table.StructuredTableId |
TABLE_ID |
static io.cdap.cdap.spi.data.table.StructuredTableSpecification |
TABLE_SPEC |
| Constructor and Description |
|---|
ConfigStore(io.cdap.cdap.spi.data.StructuredTable table) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigStore |
get(io.cdap.cdap.spi.data.StructuredTableContext context) |
DirectiveConfig |
getConfig() |
void |
updateConfig(DirectiveConfig config) |
public static final io.cdap.cdap.spi.data.table.StructuredTableId TABLE_ID
public static final io.cdap.cdap.spi.data.table.StructuredTableSpecification TABLE_SPEC
public static ConfigStore get(io.cdap.cdap.spi.data.StructuredTableContext context)
public void updateConfig(DirectiveConfig config) throws IOException
IOExceptionpublic DirectiveConfig getConfig() throws IOException
IOExceptionCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.