Package | Description |
---|---|
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.iobalancer |
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
|
Modifier and Type | Method and Description |
---|---|
HazelcastThreadGroup |
Node.getHazelcastThreadGroup() |
Constructor and Description |
---|
TcpIpConnectionManager(IOService ioService,
ServerSocketChannel serverSocketChannel,
HazelcastThreadGroup hazelcastThreadGroup,
LoggingService loggingService) |
Constructor and Description |
---|
IOBalancer(InSelectorImpl[] inSelectors,
OutSelectorImpl[] outSelectors,
HazelcastThreadGroup threadGroup,
int migrationIntervalSeconds,
LoggingService loggingService) |
Constructor and Description |
---|
SlowOperationDetector(LoggingService loggingServices,
OperationRunner[] genericOperationRunners,
OperationRunner[] partitionOperationRunners,
GroupProperties groupProperties,
HazelcastThreadGroup hazelcastThreadGroup) |
Constructor and Description |
---|
PoolExecutorThreadFactory(HazelcastThreadGroup threadGroup,
String threadNamePrefix) |
SingleExecutorThreadFactory(HazelcastThreadGroup threadGroup,
String threadName) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.