| Modifier and Type | Field and Description |
|---|---|
protected AccountingPersistenceConfiguration |
accountingPersistenceConfiguration |
protected long |
delay |
protected static String |
DELAY |
protected static RegexRulesAggregator |
instance |
protected static String |
JSON_ARRAY_CALLED_METHOD_RULES |
protected List<RegexReplace> |
regexReplaceList |
protected ScheduledFuture<?> |
reloadAggregatorRules |
protected ScheduledFuture<?> |
rulesReloader |
protected static String |
TIME_UNIT |
protected TimeUnit |
timeUnit |
| Modifier | Constructor and Description |
|---|---|
protected |
RegexRulesAggregator() |
| Modifier and Type | Method and Description |
|---|---|
RegexReplace |
addRegexReplace(RegexReplace regexReplace) |
RegexReplace |
addRegexReplace(String serviceClass,
String serviceName,
String regex,
String replace) |
static RegexRulesAggregator |
getInstance() |
List<RegexReplace> |
getRegexReplaceList() |
void |
readConfiguration() |
void |
run() |
void |
start() |
void |
stop()
Stop rule reloader.
|
protected TimeUnit timeUnit
protected long delay
protected static final String DELAY
protected static final String TIME_UNIT
protected static final String JSON_ARRAY_CALLED_METHOD_RULES
protected ScheduledFuture<?> rulesReloader
protected List<RegexReplace> regexReplaceList
protected AccountingPersistenceConfiguration accountingPersistenceConfiguration
protected static RegexRulesAggregator instance
protected ScheduledFuture<?> reloadAggregatorRules
public static RegexRulesAggregator getInstance()
public List<RegexReplace> getRegexReplaceList()
public RegexReplace addRegexReplace(String serviceClass, String serviceName, String regex, String replace)
public RegexReplace addRegexReplace(RegexReplace regexReplace)
public void readConfiguration()
public void start()
public void stop()
Copyright © 2019. All Rights Reserved.