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.internal.management.dto |
These contain the DTO object to exchange information with the management center.
|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
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 |
ClientEngine.getProxyService() |
Modifier and Type | Method and Description |
---|---|
ProxyService |
ClientEngineImpl.getProxyService() |
Constructor and Description |
---|
ProxyServiceDTO(ProxyService proxyService) |
Constructor and Description |
---|
ProxyServiceMBean(HazelcastInstance hazelcastInstance,
ProxyService proxyService,
ManagementService service) |
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 © 2016 Hazelcast, Inc.. All Rights Reserved.