| Modifier and Type | Field and Description |
|---|---|
protected AccountingPersistenceConfiguration |
accountingPersistenceConfiguration |
protected boolean |
changeRate |
protected long |
delay |
protected static String |
DELAY |
protected static RegexRulesAggregator |
instance |
protected static String |
MATCHER_REPLACE_RULES |
protected List<MatcherReplace> |
matcherReplaceList |
static ScheduledExecutorService |
REGEX_REDISCOVERY_POOL |
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 |
|---|---|
MatcherReplace |
addMatcherReplace(MatcherReplace matcherReplace) |
static RegexRulesAggregator |
getInstance() |
List<MatcherReplace> |
getMatcherReplaceList() |
void |
readConfiguration() |
void |
run() |
static void |
shutdown() |
void |
start()
Deprecated.
|
void |
stop()
Stop rule reloader.
|
void |
vacumRules() |
public static final ScheduledExecutorService REGEX_REDISCOVERY_POOL
protected static final String DELAY
protected static final String TIME_UNIT
protected static final String MATCHER_REPLACE_RULES
protected TimeUnit timeUnit
protected long delay
protected ScheduledFuture<?> rulesReloader
protected List<MatcherReplace> matcherReplaceList
protected AccountingPersistenceConfiguration accountingPersistenceConfiguration
protected static RegexRulesAggregator instance
protected boolean changeRate
protected ScheduledFuture<?> reloadAggregatorRules
public static RegexRulesAggregator getInstance()
public List<MatcherReplace> getMatcherReplaceList()
public MatcherReplace addMatcherReplace(MatcherReplace matcherReplace)
public void vacumRules()
public void readConfiguration()
public void stop()
@Deprecated public void start()
public static void shutdown()
Copyright © 2020. All Rights Reserved.