Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.ascii |
Contains SocketTextReader and SocketTextWriter classes;
|
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 |
DefaultNodeExtension.createChannelInitializerProvider(IOService ioService) |
ChannelInitializerProvider |
NodeExtension.createChannelInitializerProvider(IOService ioService)
Creates the ChannelInitializerProvider.
|
InboundHandler[] |
DefaultNodeExtension.createInboundHandlers(EndpointQualifier qualifier,
TcpIpConnection connection,
IOService ioService) |
InboundHandler[] |
NodeExtension.createInboundHandlers(EndpointQualifier qualifier,
TcpIpConnection connection,
IOService ioService)
Creates a InboundHandler for given Connection instance.
|
ByteArrayProcessor |
DefaultNodeExtension.createMulticastInputProcessor(IOService ioService) |
ByteArrayProcessor |
NodeExtension.createMulticastInputProcessor(IOService ioService)
Returns a byte array processor for incoming data on the Multicast joiner
|
ByteArrayProcessor |
DefaultNodeExtension.createMulticastOutputProcessor(IOService ioService) |
ByteArrayProcessor |
NodeExtension.createMulticastOutputProcessor(IOService ioService)
Returns a byte array processor for outgoing data on the Multicast joiner
|
OutboundHandler[] |
DefaultNodeExtension.createOutboundHandlers(EndpointQualifier qualifier,
TcpIpConnection connection,
IOService ioService) |
OutboundHandler[] |
NodeExtension.createOutboundHandlers(EndpointQualifier qualifier,
TcpIpConnection connection,
IOService ioService)
Creates a OutboundHandler for given Connection instance.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeIOService |
Modifier and Type | Method and Description |
---|---|
IOService |
NetworkingService.getIoService()
Returns the I/O Service
|
Constructor and Description |
---|
TextChannelInitializer(IOService ioService,
EndpointConfig config,
boolean rest) |
Modifier and Type | Field and Description |
---|---|
protected IOService |
AbstractChannelInitializer.ioService |
protected IOService |
DefaultChannelInitializerProvider.ioService |
Modifier and Type | Method and Description |
---|---|
IOService |
TcpIpNetworkingService.getIoService() |
Constructor and Description |
---|
AbstractChannelInitializer(IOService ioService,
EndpointConfig config) |
DefaultChannelInitializerProvider(IOService ioService,
Config config) |
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) |
UnifiedChannelInitializer(IOService ioService) |
UnifiedProtocolDecoder(IOService ioService,
UnifiedProtocolEncoder protocolEncoder) |
UnifiedProtocolEncoder(IOService ioService) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.