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.ThreadThread.State, Thread.UncaughtExceptionHandler
 
- 
 - 
Field Summary- 
Fields inherited from class java.lang.ThreadMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
- 
 - 
Constructor SummaryConstructors 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.ForkJoinWorkerThreadgetPool, getPoolIndex, onStart, onTermination, run
 - 
Methods inherited from class java.lang.ThreadactiveCount, 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- 
BuilderForkJoinWorkerThreadpublic BuilderForkJoinWorkerThread(ForkJoinPool pool, String name) Constructor with special executor service and name of the creating thread- Parameters:
- pool- executor service for creating thread, cannot be- null
- name- name of the thread, cannot be- null
 
 
- 
 
-