| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Implementation classes of the com.hazelcast.client interfaces 
 | 
| com.hazelcast.internal.jmx | 
 Contains Hazelcast management bean classes. 
 | 
| com.hazelcast.internal.management.dto | 
 These contain the DTO object to exchange information with the management center. 
 | 
| com.hazelcast.spi | 
 Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. 
 | 
| com.hazelcast.spi.impl.proxyservice | 
 Contains the API for the  
InternalProxyService. | 
| com.hazelcast.spi.impl.proxyservice.impl | 
 Contains the implementation of the  
InternalProxyService. | 
| Modifier and Type | Method and Description | 
|---|---|
ProxyService | 
ClientEngineImpl.getProxyService()  | 
ProxyService | 
ClientEngine.getProxyService()  | 
| Constructor and Description | 
|---|
ProxyServiceMBean(HazelcastInstance hazelcastInstance,
                 ProxyService proxyService,
                 ManagementService service)  | 
| Constructor and Description | 
|---|
ProxyServiceDTO(ProxyService proxyService)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProxyService | 
NodeEngine.getProxyService()
Gets the ProxyService. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalProxyService
The API for the internal  
ProxyService. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProxyServiceImpl  | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.