java.lang.Object |
↳ |
com.atlassian.jira.issue.managers.PreloadedCustomFieldManagerWarmer |
Class Overview
A warmer used to warm up CustomFieldsManager's caches.
Loading those caches is costly and we would rather warm it up after JIRA restart rather than lazily initialize them.
Summary
Public Methods |
void
|
run()
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Runnable
|
Public Constructors
Public Methods