Class Threads
java.lang.Object
io.atomix.client.utils.concurrent.Threads
Thread utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadFactorynamedThreads(String pattern, org.slf4j.Logger log) Returns a thread factory that produces threads named according to the supplied name pattern.
-
Constructor Details
-
Threads
public Threads()
-
-
Method Details
-
namedThreads
Returns a thread factory that produces threads named according to the supplied name pattern.- Parameters:
pattern- name pattern- Returns:
- thread factory
-