Package | Description |
---|---|
com.hazelcast.internal.networking.nio |
Contains the non blocking
EventLoopGroup functionality. |
com.hazelcast.internal.networking.nio.iobalancer |
Contains Handler Migration classes
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandler |
class |
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. |
class |
NioChannelWriter |
Modifier and Type | Method and Description |
---|---|
void |
IOBalancer.channelAdded(MigratableHandler readHandler,
MigratableHandler writeHandler) |
void |
IOBalancer.channelRemoved(MigratableHandler readHandler,
MigratableHandler writeHandler) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.