| 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.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 | 
|---|---|
ChannelInboundHandler | 
DefaultNodeExtension.createInboundHandler(TcpIpConnection connection,
                    IOService ioService)  | 
ChannelInboundHandler | 
NodeExtension.createInboundHandler(TcpIpConnection connection,
                    IOService ioService)
Creates a ChannelInboundHandler 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 
 | 
ChannelOutboundHandler | 
DefaultNodeExtension.createOutboundHandler(TcpIpConnection connection,
                     IOService ioService)  | 
ChannelOutboundHandler | 
NodeExtension.createOutboundHandler(TcpIpConnection connection,
                     IOService ioService)
Creates a ChannelOutboundHandler for given Connection instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NodeIOService  | 
| Modifier and Type | Method and Description | 
|---|---|
IOService | 
TcpIpConnectionManager.getIoService()  | 
| Constructor and Description | 
|---|
MemberChannelInitializer(ILogger logger,
                        IOService ioService)  | 
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 © 2020 Hazelcast, Inc.. All Rights Reserved.