Class LightClusteringBuilderState.BuilderForkJoinWorkerThread
- java.lang.Object
-
- java.lang.Thread
-
- java.util.concurrent.ForkJoinWorkerThread
-
- com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState.BuilderForkJoinWorkerThread
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- LightClusteringBuilderState
public static class LightClusteringBuilderState.BuilderForkJoinWorkerThread extends ForkJoinWorkerThread
Special threads for building EDT files
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description BuilderForkJoinWorkerThread(ForkJoinPool pool, String name)
Constructor with special executor service and name of the creating thread
-
Method Summary
-
Methods inherited from class java.util.concurrent.ForkJoinWorkerThread
getPool, getPoolIndex, onStart, onTermination, run
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Constructor Detail
-
BuilderForkJoinWorkerThread
public BuilderForkJoinWorkerThread(ForkJoinPool pool, String name)
Constructor with special executor service and name of the creating thread- Parameters:
pool
- executor service for creating thread, cannot benull
name
- name of the thread, cannot benull
-
-