Class ProfiledSearchManager.ThreadLimiterStatisticsSender
java.lang.Object
com.atlassian.confluence.internal.search.v2.ProfiledSearchManager.ThreadLimiterStatisticsSender
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- ProfiledSearchManager
public static class ProfiledSearchManager.ThreadLimiterStatisticsSender
extends Object
implements AutoCloseable
Class used for sending statistics about busy search threads for the Thread Limiter.
This class is temporary and will be removed when the Thread Limiter functionality is implemented.
- Since:
- 9.3.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThreadLimiterStatisticsSender
public ThreadLimiterStatisticsSender()
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-