Package | Description |
---|---|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
com.hazelcast.internal.networking.nio |
Contains the non blocking
Networking functionality. |
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,
Networking networking,
ILogger logger) |
Modifier and Type | Class and Description |
---|---|
class |
NioNetworking
A non blocking
Networking implementation that makes use of
Selector to have a limited set of io threads, handle
an arbitrary number of connections. |
Modifier and Type | Method and Description |
---|---|
Networking |
TcpIpConnectionManager.getNetworking() |
Constructor and Description |
---|
TcpIpConnectionManager(IOService ioService,
ServerSocketChannel serverSocketChannel,
LoggingService loggingService,
MetricsRegistry metricsRegistry,
Networking networking) |
TcpIpConnectionManager(IOService ioService,
ServerSocketChannel serverSocketChannel,
LoggingService loggingService,
MetricsRegistry metricsRegistry,
Networking networking,
HazelcastProperties properties) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.