Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
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
This whole package is internal and no compatibility will be provided. |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapperFactory |
ClientExtension.createSocketChannelWrapperFactory()
Creates a
SocketChannelWrapperFactory instance to be used by this client. |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapperFactory |
DefaultClientExtension.createSocketChannelWrapperFactory() |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapperFactory |
DefaultNodeExtension.getSocketChannelWrapperFactory() |
SocketChannelWrapperFactory |
NodeExtension.getSocketChannelWrapperFactory()
Returns SocketChannelWrapperFactory instance to be used by this Node.
|
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapperFactory |
NodeIOService.getSocketChannelWrapperFactory() |
SocketChannelWrapperFactory |
IOService.getSocketChannelWrapperFactory() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSocketChannelWrapperFactory |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.