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.internal.networking.nio |
Contains the non blocking
EventLoopGroup functionality. |
com.hazelcast.internal.networking.spinning |
Contains the implementation of the
SpinningEventLoopGroup . |
com.hazelcast.nio |
This package contains classes related to New IO
|
Modifier and Type | Method and Description |
---|---|
ChannelFactory |
ClientExtension.createSocketChannelWrapperFactory()
Creates a
ChannelFactory instance to be used by this client. |
Modifier and Type | Method and Description |
---|---|
ChannelFactory |
DefaultClientExtension.createSocketChannelWrapperFactory() |
Modifier and Type | Method and Description |
---|---|
ChannelFactory |
DefaultNodeExtension.getChannelFactory() |
ChannelFactory |
NodeExtension.getChannelFactory()
Returns ChannelFactory instance to be used by this Node.
|
Modifier and Type | Class and Description |
---|---|
class |
NioChannelFactory |
Modifier and Type | Class and Description |
---|---|
class |
SpinningChannelFactory |
Modifier and Type | Method and Description |
---|---|
ChannelFactory |
NodeIOService.getChannelFactory() |
ChannelFactory |
IOService.getChannelFactory() |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.