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