Package | Description |
---|---|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
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. |
Constructor and Description |
---|
NetworkingImbalancePlugin(HazelcastProperties properties,
EventLoopGroup eventLoopGroup,
ILogger logger) |
Modifier and Type | Class and Description |
---|---|
class |
NioEventLoopGroup
A non blocking
EventLoopGroup implementation that makes use of Selector to have a
limited set of io threads, handle an arbitrary number of connections. |
Modifier and Type | Class and Description |
---|---|
class |
SpinningEventLoopGroup
A
EventLoopGroup that uses (busy) spinning on the SocketChannels to see if there is something
to read or write. |
Modifier and Type | Method and Description |
---|---|
EventLoopGroup |
TcpIpConnectionManager.getEventLoopGroup() |
Constructor and Description |
---|
TcpIpConnectionManager(IOService ioService,
ServerSocketChannel serverSocketChannel,
LoggingService loggingService,
MetricsRegistry metricsRegistry,
EventLoopGroup eventLoopGroup) |
TcpIpConnectionManager(IOService ioService,
ServerSocketChannel serverSocketChannel,
LoggingService loggingService,
MetricsRegistry metricsRegistry,
EventLoopGroup eventLoopGroup,
HazelcastProperties properties) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.