Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.impl.client |
This contains the Requests and other DTO's exchanged between client/server
|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEngineImpl
Class that requests, listeners from client handled in node side.
|
Constructor and Description |
---|
ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager,
ClientEngine clientEngine,
ExecutionService executionService,
GroupProperties groupProperties) |
Modifier and Type | Method and Description |
---|---|
ClientEngine |
ClientRequest.getClientEngine() |
Constructor and Description |
---|
ClientEngineMBean(HazelcastInstance hazelcastInstance,
ClientEngine clientEngine,
ManagementService service) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.