|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyService | |
---|---|
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 . |
Uses of ProxyService in com.hazelcast.client |
---|
Methods in com.hazelcast.client that return ProxyService | |
---|---|
ProxyService |
ClientEngine.getProxyService()
|
Uses of ProxyService in com.hazelcast.client.impl |
---|
Methods in com.hazelcast.client.impl that return ProxyService | |
---|---|
ProxyService |
ClientEngineImpl.getProxyService()
|
Uses of ProxyService in com.hazelcast.internal.management.dto |
---|
Constructors in com.hazelcast.internal.management.dto with parameters of type ProxyService | |
---|---|
ProxyServiceDTO(ProxyService proxyService)
|
Uses of ProxyService in com.hazelcast.jmx |
---|
Constructors in com.hazelcast.jmx with parameters of type ProxyService | |
---|---|
ProxyServiceMBean(HazelcastInstance hazelcastInstance,
ProxyService proxyService,
ManagementService service)
|
Uses of ProxyService in com.hazelcast.spi |
---|
Methods in com.hazelcast.spi that return ProxyService | |
---|---|
ProxyService |
NodeEngine.getProxyService()
Gets the ProxyService. |
Uses of ProxyService in com.hazelcast.spi.impl.proxyservice |
---|
Subinterfaces of ProxyService in com.hazelcast.spi.impl.proxyservice | |
---|---|
interface |
InternalProxyService
The API for the internal ProxyService . |
Uses of ProxyService in com.hazelcast.spi.impl.proxyservice.impl |
---|
Classes in com.hazelcast.spi.impl.proxyservice.impl that implement ProxyService | |
---|---|
class |
ProxyServiceImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |