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 |
This package contains classes related to New IO
|
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 |
NetworkingService.getNetworking()
Returns the Networking engine
Shared across the multiple (or not) endpoints
|
Modifier and Type | Method and Description |
---|---|
Networking |
TcpIpNetworkingService.getNetworking() |
Constructor and Description |
---|
TcpIpNetworkingService(Config config,
IOService ioService,
ServerSocketRegistry registry,
LoggingService loggingService,
MetricsRegistry metricsRegistry,
Networking networking,
ChannelInitializerProvider channelInitializerProvider) |
TcpIpNetworkingService(Config config,
IOService ioService,
ServerSocketRegistry registry,
LoggingService loggingService,
MetricsRegistry metricsRegistry,
Networking networking,
ChannelInitializerProvider channelInitializerProvider,
HazelcastProperties properties) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.