com.hazelcast.spi.impl.operationexecutor.classic
Class GenericOperationThread

java.lang.Object
  extended by java.lang.Thread
      extended by com.hazelcast.util.executor.HazelcastManagedThread
          extended by com.hazelcast.spi.impl.operationexecutor.classic.OperationThread
              extended by com.hazelcast.spi.impl.operationexecutor.classic.GenericOperationThread
All Implemented Interfaces:
Runnable

public final class GenericOperationThread
extends OperationThread

An OperationThread for non partition specific operations.


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
GenericOperationThread(String name, int threadId, ScheduleQueue scheduleQueue, ILogger logger, HazelcastThreadGroup threadGroup, NodeExtension nodeExtension, OperationRunner operationRunner)
           
 
Method Summary
 OperationRunner getOperationRunner(int partitionId)
           
 
Methods inherited from class com.hazelcast.spi.impl.operationexecutor.classic.OperationThread
awaitTermination, getCurrentOperationRunner, run, shutdown
 
Methods inherited from class com.hazelcast.util.executor.HazelcastManagedThread
afterRun, beforeRun, executeRun, setContextClassLoader
 
Methods inherited from class java.lang.Thread
activeCount, 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, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericOperationThread

public GenericOperationThread(String name,
                              int threadId,
                              ScheduleQueue scheduleQueue,
                              ILogger logger,
                              HazelcastThreadGroup threadGroup,
                              NodeExtension nodeExtension,
                              OperationRunner operationRunner)
Method Detail

getOperationRunner

public OperationRunner getOperationRunner(int partitionId)
Specified by:
getOperationRunner in class OperationThread


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.