Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
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
|
com.hazelcast.client.txn.proxy.xa |
Contains classes related to proxy for XA
|
Modifier and Type | Method and Description |
---|---|
<T> Class<? extends ClientProxy> |
ClientExtension.getServiceProxy(Class<T> service)
Returns a proxy for the corresponding service.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientCacheDistributedObject
Basic client proxy object which serves as an accessor to
ClientContext . |
Modifier and Type | Method and Description |
---|---|
<T> Class<? extends ClientProxy> |
DefaultClientExtension.getServiceProxy(Class<T> service) |
Modifier and Type | Class and Description |
---|---|
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> |
Modifier and Type | Method and Description |
---|---|
ClientProxy |
ClientProxyFactory.create(String id) |
ClientProxy |
ProxyManager.getOrCreateProxy(String service,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
ClientContext.removeProxy(ClientProxy proxy) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyManager.register(String serviceName,
Class<? extends ClientProxy> proxyType) |
Modifier and Type | Class and Description |
---|---|
class |
XAResourceProxy
Client side XaResource implementation
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.