public class DisconfCenterStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Modifier and Type | Method and Description |
|---|---|
void |
excludeOneFile(String key)
删除一个配置文件
|
void |
excludeOneItem(String key)
删除一个配置项
|
List<String> |
getActiveBackupKeyList() |
Map<String,DisconfCenterFile> |
getConfFileMap() |
Map<String,DisconfCenterItem> |
getConfItemMap() |
IDisconfUpdatePipeline |
getiDisconfUpdatePipeline() |
static DisconfCenterStore |
getInstance() |
String |
getMachineName() |
void |
setiDisconfUpdatePipeline(IDisconfUpdatePipeline iDisconfUpdatePipeline) |
void |
setMachineName(String machineName) |
void |
storeOneFile(DisconfCenterBaseModel disconfCenterBaseModel)
存储 一个配置文件
|
void |
storeOneItem(DisconfCenterBaseModel disconfCenterBaseModel)
存储 一个配置项
|
public static DisconfCenterStore getInstance()
public void storeOneFile(DisconfCenterBaseModel disconfCenterBaseModel)
public void storeOneItem(DisconfCenterBaseModel disconfCenterBaseModel)
public void excludeOneItem(String key)
public void excludeOneFile(String key)
public Map<String,DisconfCenterFile> getConfFileMap()
public Map<String,DisconfCenterItem> getConfItemMap()
public String getMachineName()
public void setMachineName(String machineName)
public IDisconfUpdatePipeline getiDisconfUpdatePipeline()
public void setiDisconfUpdatePipeline(IDisconfUpdatePipeline iDisconfUpdatePipeline)
Copyright © 2015–2016 Baidu. All rights reserved.