| Package | Description |
|---|---|
| com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
| com.hazelcast.client.impl.protocol.util |
Protocol utils
|
| com.hazelcast.internal.networking.nio |
Contains the non blocking
EventLoopGroup functionality. |
| com.hazelcast.internal.networking.nio.iobalancer |
Contains Handler Migration 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. |
| Class and Description |
|---|
| NioEventLoopGroup
A non blocking
EventLoopGroup implementation that makes use of Selector to have a
limited set of io threads, handle an arbitrary number of connections. |
| Class and Description |
|---|
| ChannelInboundHandlerWithCounters
Trigger for the ChannelReader to inject the appropriate counters.
|
| Class and Description |
|---|
| AbstractHandler |
| MigratableHandler
A nio event handler that supports migration between
NioThread instances. |
| NioChannel
A
Channel implementation tailored for non blocking IO using
Selector in combination with a non blocking SocketChannel. |
| NioChannelReader
When the
NioThread receives a read event from the Selector, then the
NioChannelReader.handle() is called to read out the data from the socket into a bytebuffer and hand it over to the
ChannelInboundHandler to get processed. |
| NioChannelWriter |
| NioThread |
| SelectionHandler
The SelectionHandler is a callback interface that gets called by an IO-thread when there data available to read, or space
available to write.
|
| SelectorMode
Controls the mode in which IO and acceptor thread selectors will be operating
|
| Class and Description |
|---|
| MigratableHandler
A nio event handler that supports migration between
NioThread instances. |
| NioThread |
| Class and Description |
|---|
| ChannelInboundHandlerWithCounters
Trigger for the ChannelReader to inject the appropriate counters.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.