public class SentinelThreshdDao extends AbstractThreshdDao
JSON_STORE_KEY| Constructor and Description | 
|---|
SentinelThreshdDao(JsonStore jsonStore)  | 
| Modifier and Type | Method and Description | 
|---|---|
ThreshdConfiguration | 
getReadOnlyConfig()
Get the current configuration. 
 | 
void | 
reload()
Subclasses should call this reload after they have performed their reload logic. 
 | 
interfaceInPackage, rebuildPackageIpListMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserviceInPackageAndEnabledpublic SentinelThreshdDao(JsonStore jsonStore)
public ThreshdConfiguration getReadOnlyConfig()
ReadableDaoReadableDao.reload().
 
 The value returned by this method may be the result of merging multiple objects together. As a result, mutations
 to this object may not be visible to other readers and are not permitted.
 
 For cases where mutation and/or persistence of changes is required see WriteableDao.getWriteableConfig().public void reload()
AbstractThreshdDaoreload in interface ReadableDao<ThreshdConfiguration>reload in class AbstractThreshdDaoCopyright © 2020. All rights reserved.