| 程序包 | 说明 |
|---|---|
| eventcenter.monitor.server.controller | |
| eventcenter.monitor.server.dao | |
| eventcenter.monitor.server.model |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IndexConfigController.save(IndexConfig config) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected IndexConfig |
IndexConfigCollection._queryByEventName(String eventName,
String group) |
protected IndexConfig |
IndexConfigCollection.createMatchedConfig(String eventName,
String wildcardId,
String group) |
IndexConfig |
IndexConfigCollection.queryByEventName(String eventName,
String group)
根据事件的名称查找
|
IndexConfig |
IndexConfigCollection.queryById(String id)
根据事件配置的ID查找
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<IndexConfig> |
IndexConfigCollection.queryByWildcard()
查询使用了通配符的配置
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IndexConfigCollection.save(IndexConfig config)
保存自定义索引配置
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
IndexConfigCollection.checkExpiry(ExpiryMap.ExpiryValue<IndexConfig> config)
判断config的修改时间是否已经超过了设置的cacheExpiry的过期时长
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<IndexConfig> |
IndexConfigs.getList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexConfigs |
IndexConfigs.build(int total,
List<IndexConfig> list) |
void |
IndexConfigs.setList(List<IndexConfig> list) |
Copyright © 2018 Jue Ming. All rights reserved.