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.client.impl.protocol.task |
Client tasks associated with requests.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Constructor and Description |
---|
ClientEndpointImpl(ClientEngineImpl clientEngine,
Connection conn) |
ClientEndpointManagerImpl(ClientEngineImpl clientEngine,
NodeEngine nodeEngine) |
Modifier and Type | Field and Description |
---|---|
protected ClientEngineImpl |
ClientRequest.clientEngine |
Modifier and Type | Method and Description |
---|---|
void |
ClientRequest.setClientEngine(ClientEngineImpl clientEngine) |
Modifier and Type | Field and Description |
---|---|
protected ClientEngineImpl |
AbstractMessageTask.clientEngine |
Modifier and Type | Field and Description |
---|---|
ClientEngineImpl |
Node.clientEngine |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.