Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
Modifier and Type | Class and Description |
---|---|
class |
ClientEngineImpl
Class that requests, listeners from client handled in node side.
|
Constructor and Description |
---|
ClientHeartbeatMonitor(ClientEndpointManager clientEndpointManager,
ClientEngine clientEngine,
ExecutionService executionService,
HazelcastProperties hazelcastProperties) |
Constructor and Description |
---|
ClientEngineMBean(HazelcastInstance hazelcastInstance,
ClientEngine clientEngine,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
ClientEngine |
NodeIOService.getClientEngine() |
ClientEngine |
IOService.getClientEngine() |
Constructor and Description |
---|
MessageHandlerImpl(Connection connection,
ClientEngine clientEngine) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.