|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |