| Package | Description |
|---|---|
| com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
| com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientOutSelectorImpl |
| Constructor and Description |
|---|
AbstractClientSelectionHandler(ClientConnection connection,
IOSelector ioSelector) |
ClientConnection(HazelcastClientInstanceImpl client,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannelWrapper) |
ClientReadHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize) |
ClientWriteHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIOSelector |
class |
InSelectorImpl |
class |
OutSelectorImpl |
| Modifier and Type | Field and Description |
|---|---|
protected IOSelector |
AbstractSelectionHandler.ioSelector |
| Modifier and Type | Method and Description |
|---|---|
IOSelector |
AbstractSelectionHandler.getOwner()
Get IOSelector currently owning this handler.
|
IOSelector |
MigratableHandler.getOwner()
Get IOSelector currently owning this handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MigratableHandler.requestMigration(IOSelector newOwner)
Requests the MigratableHandler to move to the new IOSelector.
|
void |
WriteHandler.requestMigration(IOSelector newOwner) |
void |
ReadHandler.requestMigration(IOSelector newOwner)
Migrates this handler to a new IOSelector thread.
|
| Constructor and Description |
|---|
AbstractSelectionHandler(TcpIpConnection connection,
IOSelector ioSelector,
int initialOps) |
ReadHandler(TcpIpConnection connection,
IOSelector ioSelector) |
TcpIpConnection(TcpIpConnectionManager connectionManager,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannel) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.