- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ThreadGroup (0.87 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java
} /** * ThreadCreator for creating daemon threads with fixed ThreadGroup-name. */ @Deprecated static final class DaemonThreadCreator implements ThreadFactory { static final String THREADGROUP_NAME = "org.apache.maven.artifact.resolver.DefaultArtifactResolver"; static final ThreadGroup GROUP = new ThreadGroup(THREADGROUP_NAME);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 25K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/Crawler.java
/** * Reference to the parent thread that started the crawler. */ protected Thread parentThread; /** * The thread group for crawler threads. */ protected ThreadGroup crawlerThreadGroup; /** * Constructs a new Crawler instance. * Initializes the crawler context with a new session ID based on the current timestamp. */ public Crawler() {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 17K bytes - Viewed (0)