| 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 between cluster members | 
| com.hazelcast.nio.tcp.nonblocking | Contains the non blocking  TcpIpConnectionMonitor. | 
| com.hazelcast.nio.tcp.spinning | Contains the implementation of the  SpinningIOThreadingModel. | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadHandler | DefaultNodeExtension. createReadHandler(TcpIpConnection connection,
                 IOService ioService) | 
| ReadHandler | NodeExtension. createReadHandler(TcpIpConnection connection,
                 IOService ioService)Creates a ReadHandler for given Connection instance. | 
| WriteHandler | DefaultNodeExtension. createWriteHandler(TcpIpConnection connection,
                  IOService ioService) | 
| WriteHandler | NodeExtension. createWriteHandler(TcpIpConnection connection,
                  IOService ioService)Creates a WriteHandler for given Connection instance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NodeIOService | 
| Modifier and Type | Method and Description | 
|---|---|
| IOService | TcpIpConnectionManager. getIoService() | 
| Constructor and Description | 
|---|
| NewClientReadHandler(Connection connection,
                    IOService ioService) | 
| OldClientReadHandler(Connection connection,
                    IOService ioService) | 
| TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      IOThreadingModel ioThreadingModel) | 
| TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      MetricsRegistry metricsRegistry,
                      HazelcastThreadGroup threadGroup,
                      LoggingService loggingService) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IOService | AbstractHandler. ioService | 
| Constructor and Description | 
|---|
| NonBlockingIOThreadingModel(IOService ioService,
                           LoggingService loggingService,
                           MetricsRegistry metricsRegistry,
                           HazelcastThreadGroup hazelcastThreadGroup) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IOService | AbstractHandler. ioService | 
| Constructor and Description | 
|---|
| SpinningIOThreadingModel(IOService ioService,
                        LoggingService loggingService,
                        MetricsRegistry metricsRegistry,
                        HazelcastThreadGroup hazelcastThreadGroup) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.