Uses of Class
com.hazelcast.instance.HazelcastThreadGroup

Packages that use HazelcastThreadGroup
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.nio.tcp Contains functionality for the TCP/IP Networking between cluster members
 
com.hazelcast.nio.tcp.handlermigration Contains Handler Migration classes 
com.hazelcast.spi.impl.operationexecutor.classic Contains the ClassicOperationExecutor code. 
com.hazelcast.spi.impl.operationexecutor.slowoperationdetector Contains the functionality to detect slow running operations using the OperationRunner instances from the OperationExecutor
com.hazelcast.util.executor This package contains classes related to Util.Executor
 
 

Uses of HazelcastThreadGroup in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return HazelcastThreadGroup
 HazelcastThreadGroup Node.getHazelcastThreadGroup()
           
 

Uses of HazelcastThreadGroup in com.hazelcast.nio.tcp
 

Constructors in com.hazelcast.nio.tcp with parameters of type HazelcastThreadGroup
TcpIpConnectionManager(IOService ioService, ServerSocketChannel serverSocketChannel, HazelcastThreadGroup hazelcastThreadGroup, LoggingService loggingService)
           
 

Uses of HazelcastThreadGroup in com.hazelcast.nio.tcp.handlermigration
 

Constructors in com.hazelcast.nio.tcp.handlermigration with parameters of type HazelcastThreadGroup
IOBalancer(InSelectorImpl[] inSelectors, OutSelectorImpl[] outSelectors, HazelcastThreadGroup threadGroup, int migrationIntervalSeconds, LoggingService loggingService)
           
 

Uses of HazelcastThreadGroup in com.hazelcast.spi.impl.operationexecutor.classic
 

Constructors in com.hazelcast.spi.impl.operationexecutor.classic with parameters of type HazelcastThreadGroup
ClassicOperationExecutor(GroupProperties properties, LoggingService loggerService, Address thisAddress, OperationRunnerFactory operationRunnerFactory, ResponsePacketHandler responsePacketHandler, HazelcastThreadGroup hazelcastThreadGroup, NodeExtension nodeExtension)
           
GenericOperationThread(String name, int threadId, ScheduleQueue scheduleQueue, ILogger logger, HazelcastThreadGroup threadGroup, NodeExtension nodeExtension, OperationRunner operationRunner)
           
OperationThread(String name, int threadId, ScheduleQueue scheduleQueue, ILogger logger, HazelcastThreadGroup threadGroup, NodeExtension nodeExtension)
           
PartitionOperationThread(String name, int threadId, ScheduleQueue scheduleQueue, ILogger logger, HazelcastThreadGroup threadGroup, NodeExtension nodeExtension, OperationRunner[] partitionOperationRunners)
           
ResponseThread(HazelcastThreadGroup threadGroup, ILogger logger, ResponsePacketHandler responsePacketHandler)
           
 

Uses of HazelcastThreadGroup in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector
 

Constructors in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector with parameters of type HazelcastThreadGroup
SlowOperationDetector(LoggingService loggingServices, OperationRunner[] genericOperationRunners, OperationRunner[] partitionOperationRunners, GroupProperties groupProperties, HazelcastThreadGroup hazelcastThreadGroup)
           
 

Uses of HazelcastThreadGroup in com.hazelcast.util.executor
 

Constructors in com.hazelcast.util.executor with parameters of type HazelcastThreadGroup
PoolExecutorThreadFactory(HazelcastThreadGroup threadGroup, String threadNamePrefix)
           
SingleExecutorThreadFactory(HazelcastThreadGroup threadGroup, String threadName)
           
 



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