Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.networking |
Contains the socket connection functionality.
|
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. |
Modifier and Type | Method and Description |
---|---|
ChannelInitializerProvider |
CandidateClusterContext.getChannelInitializerProvider() |
Constructor and Description |
---|
CandidateClusterContext(AddressProvider addressProvider,
AddressTranslator addressTranslator,
DiscoveryService discoveryService,
ICredentialsFactory credentialsFactory,
SocketInterceptor socketInterceptor,
ChannelInitializerProvider channelInitializerProvider) |
Modifier and Type | Method and Description |
---|---|
ChannelInitializerProvider |
DefaultNodeExtension.createChannelInitializerProvider(IOService ioService) |
ChannelInitializerProvider |
NodeExtension.createChannelInitializerProvider(IOService ioService)
Creates the ChannelInitializerProvider.
|
Modifier and Type | Method and Description |
---|---|
Channel |
Networking.register(EndpointQualifier endpointQualifier,
ChannelInitializerProvider channelInitializerProvider,
SocketChannel socketChannel,
boolean clientMode)
Registers the SocketChannel to the EventLoop group and returns the
created Channel.
|
Modifier and Type | Method and Description |
---|---|
Channel |
NioNetworking.register(EndpointQualifier endpointQualifier,
ChannelInitializerProvider channelInitializerProvider,
SocketChannel socketChannel,
boolean clientMode) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelInitializerProvider |
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.