private static class ConfigLoader.State extends Object
Modifier and Type | Field | Description |
---|---|---|
(package private) boolean |
checking |
Whether a thread is currently checking if the configuration file has
been modified and potentially reloading it and therefore others
shouldn't attempt the same till it's done.
|
(package private) Map |
decorators |
|
(package private) long |
lastModificationCheck |
Timestamp of the last time we checked for an update to the
configuration file used to rate limit the frequency at which we check
for efficiency.
|
(package private) long |
lastModified |
Timestamp of the modification time of the configuration file when we
generated the state.
|
(package private) PathMapper |
pathMapper |
Modifier | Constructor | Description |
---|---|---|
private |
State() |
long lastModificationCheck
long lastModified
boolean checking
Map decorators
PathMapper pathMapper