private static class ConfigLoader.State
extends java.lang.Object
Modifier and Type | Field and 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) java.util.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 and Description |
---|---|
private |
State() |
long lastModificationCheck
long lastModified
boolean checking
java.util.Map decorators
PathMapper pathMapper