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 |
---|---|
com.hazelcast.internal.networking.ChannelInboundHandler |
NodeExtension.createInboundHandler(TcpIpConnection connection,
IOService ioService)
Creates a ChannelInboundHandler for given Connection instance.
|
com.hazelcast.internal.networking.ChannelInboundHandler |
DefaultNodeExtension.createInboundHandler(TcpIpConnection connection,
IOService ioService) |
ByteArrayProcessor |
NodeExtension.createMulticastInputProcessor(IOService ioService)
Returns a byte array processor for incoming data on the Multicast joiner
|
ByteArrayProcessor |
DefaultNodeExtension.createMulticastInputProcessor(IOService ioService) |
ByteArrayProcessor |
NodeExtension.createMulticastOutputProcessor(IOService ioService)
Returns a byte array processor for outgoing data on the Multicast joiner
|
ByteArrayProcessor |
DefaultNodeExtension.createMulticastOutputProcessor(IOService ioService) |
com.hazelcast.internal.networking.ChannelOutboundHandler |
NodeExtension.createOutboundHandler(TcpIpConnection connection,
IOService ioService)
Creates a ChannelOutboundHandler for given Connection instance.
|
com.hazelcast.internal.networking.ChannelOutboundHandler |
DefaultNodeExtension.createOutboundHandler(TcpIpConnection connection,
IOService ioService) |
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,
com.hazelcast.internal.metrics.MetricsRegistry metricsRegistry,
com.hazelcast.internal.networking.EventLoopGroup eventLoopGroup) |
TcpIpConnectionManager(IOService ioService,
ServerSocketChannel serverSocketChannel,
LoggingService loggingService,
com.hazelcast.internal.metrics.MetricsRegistry metricsRegistry,
com.hazelcast.internal.networking.EventLoopGroup eventLoopGroup,
HazelcastProperties properties) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.