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,
OperationQueue queue,
ILogger logger,
NodeExtension nodeExtension,
OperationRunner operationRunner,
boolean priority,
ClassLoader configClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
OperationRunner |
getOperationRunner(int partitionId) |
awaitTermination, getThreadId, provideMetrics, 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, OperationQueue queue, ILogger logger, NodeExtension nodeExtension, OperationRunner operationRunner, boolean priority, ClassLoader configClassLoader)
public OperationRunner getOperationRunner(int partitionId)
getOperationRunner in class OperationThreadCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.