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, rebuildPackageIpListMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serviceInPackageAndEnabled
public SentinelThreshdDao(JsonStore jsonStore)
public ThreshdConfiguration getReadOnlyConfig()
ReadableDao
ReadableDao.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()
AbstractThreshdDao
reload
in interface ReadableDao<ThreshdConfiguration>
reload
in class AbstractThreshdDao
Copyright © 2021. All rights reserved.