public final class GenericOperationThread extends OperationThread
OperationThread for non partition specific operations.Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description | 
|---|
| GenericOperationThread(String name,
                      int threadId,
                      ScheduleQueue scheduleQueue,
                      ILogger logger,
                      HazelcastThreadGroup threadGroup,
                      NodeExtension nodeExtension,
                      OperationRunner operationRunner) | 
| Modifier and Type | Method and Description | 
|---|---|
| OperationRunner | getOperationRunner(int partitionId) | 
awaitTermination, getCurrentOperationRunner, getThreadId, run, shutdownafterRun, beforeRun, executeRun, setContextClassLoaderactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic GenericOperationThread(String name, int threadId, ScheduleQueue scheduleQueue, ILogger logger, HazelcastThreadGroup threadGroup, NodeExtension nodeExtension, OperationRunner operationRunner)
public OperationRunner getOperationRunner(int partitionId)
getOperationRunner in class OperationThreadCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.