|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProxy | |
---|---|
com.hazelcast.client.cache.impl | Hazelcast JSR-107 aka JCache implementation client side |
com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
com.hazelcast.client.spi | Contains classes/interfaces related to Service Provider Interface such as ClientProxy , ClientClusterService |
Uses of ClientProxy in com.hazelcast.client.cache.impl |
---|
Subclasses of ClientProxy in com.hazelcast.client.cache.impl | |
---|---|
class |
ClientCacheDistributedObject
Basic client proxy object which serves as an accessor to ClientContext . |
Uses of ClientProxy in com.hazelcast.client.proxy |
---|
Subclasses of ClientProxy in com.hazelcast.client.proxy | |
---|---|
class |
AbstractClientCollectionProxy<E>
|
class |
ClientAtomicLongProxy
|
class |
ClientAtomicReferenceProxy<E>
|
class |
ClientConditionProxy
|
class |
ClientCountDownLatchProxy
|
class |
ClientExecutorServiceProxy
|
class |
ClientIdGeneratorProxy
|
class |
ClientListProxy<E>
|
class |
ClientLockProxy
|
class |
ClientMapProxy<K,V>
|
class |
ClientMapReduceProxy
|
class |
ClientMultiMapProxy<K,V>
|
class |
ClientQueueProxy<E>
|
class |
ClientReplicatedMapProxy<K,V>
The replicated map client side proxy implementation proxying all requests to a member node |
class |
ClientSemaphoreProxy
|
class |
ClientSetProxy<E>
|
class |
ClientTopicProxy<E>
|
Uses of ClientProxy in com.hazelcast.client.spi |
---|
Methods in com.hazelcast.client.spi that return ClientProxy | |
---|---|
ClientProxy |
ClientProxyFactory.create(String id)
|
ClientProxy |
ProxyManager.getOrCreateProxy(String service,
String id)
|
Methods in com.hazelcast.client.spi with parameters of type ClientProxy | |
---|---|
void |
ClientContext.removeProxy(ClientProxy proxy)
|
Method parameters in com.hazelcast.client.spi with type arguments of type ClientProxy | |
---|---|
void |
ProxyManager.register(String serviceName,
Class<? extends ClientProxy> proxyType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |