Package | Description |
---|---|
com.hazelcast.internal.networking.nio |
Contains the non blocking
EventLoopGroup functionality. |
com.hazelcast.internal.networking.spinning |
Contains the implementation of the
SpinningEventLoopGroup . |
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
Modifier and Type | Method and Description |
---|---|
ChannelErrorHandler |
NioThread.getErrorHandler() |
Constructor and Description |
---|
NioEventLoopGroup(LoggingService loggingService,
MetricsRegistry metricsRegistry,
String hzName,
ChannelErrorHandler errorHandler,
int inputThreadCount,
int outputThreadCount,
int balanceIntervalSeconds,
ChannelInitializer channelInitializer) |
NioThread(String threadName,
ILogger logger,
ChannelErrorHandler errorHandler) |
NioThread(String threadName,
ILogger logger,
ChannelErrorHandler errorHandler,
SelectorMode selectMode,
IdleStrategy idleStrategy) |
NioThread(String threadName,
ILogger logger,
ChannelErrorHandler errorHandler,
SelectorMode selectMode,
Selector selector,
IdleStrategy idleStrategy) |
Constructor and Description |
---|
SpinningChannelReader(Channel channel,
ILogger logger,
ChannelErrorHandler errorHandler,
ChannelInitializer initializer) |
SpinningChannelWriter(Channel channel,
ILogger logger,
ChannelErrorHandler errorHandler,
ChannelInitializer initializer) |
SpinningEventLoopGroup(LoggingService loggingService,
MetricsRegistry metricsRegistry,
ChannelErrorHandler errorHandler,
ChannelInitializer channelInitializer,
String hzName) |
Modifier and Type | Class and Description |
---|---|
class |
TcpIpConnectionChannelErrorHandler |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.