T - type of configurationpublic interface SchemaBasedRegistryService<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExisted(String schemaName)
Judge whether schema configuration existed.
|
T |
load(String schemaName)
Load configurations.
|
void |
persist(String schemaName,
T configs)
Persist configurations.
|
void |
persist(String schemaName,
T configs,
boolean isOverwrite)
Persist configurations.
|
void persist(String schemaName, T configs, boolean isOverwrite)
schemaName - schema nameconfigs - configurationsisOverwrite - is overwritevoid persist(String schemaName, T configs)
schemaName - schema nameconfigs - configurationsT load(String schemaName)
schemaName - schema nameboolean isExisted(String schemaName)
schemaName - schema nameCopyright © 2021 The Apache Software Foundation. All rights reserved.