|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOSelector | |
---|---|
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 |
Uses of IOSelector in com.hazelcast.client.connection.nio |
---|
Classes in com.hazelcast.client.connection.nio that implement IOSelector | |
---|---|
class |
ClientOutSelectorImpl
|
Constructors in com.hazelcast.client.connection.nio with parameters of type IOSelector | |
---|---|
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)
|
Uses of IOSelector in com.hazelcast.nio.tcp |
---|
Classes in com.hazelcast.nio.tcp that implement IOSelector | |
---|---|
class |
AbstractIOSelector
|
class |
InSelectorImpl
|
class |
OutSelectorImpl
|
Fields in com.hazelcast.nio.tcp declared as IOSelector | |
---|---|
protected IOSelector |
AbstractSelectionHandler.ioSelector
|
Methods in com.hazelcast.nio.tcp that return IOSelector | |
---|---|
IOSelector |
AbstractSelectionHandler.getOwner()
Get IOSelector currently owning this handler. |
IOSelector |
MigratableHandler.getOwner()
Get IOSelector currently owning this handler. |
Methods in com.hazelcast.nio.tcp with parameters of type IOSelector | |
---|---|
void |
AbstractSelectionHandler.migrate(IOSelector newOwner)
Migrates this handler to a new IOSelector thread. |
void |
MigratableHandler.migrate(IOSelector newOwner)
Migrate to a new IOSelector. |
Constructors in com.hazelcast.nio.tcp with parameters of type IOSelector | |
---|---|
AbstractSelectionHandler(TcpIpConnection connection,
IOSelector ioSelector,
int initialOps)
|
|
ReadHandler(TcpIpConnection connection,
IOSelector ioSelector)
|
|
TcpIpConnection(TcpIpConnectionManager connectionManager,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |