| Package | Description | 
|---|---|
| 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.proxy.txn.xa | Contains classes related to proxy for XA | 
| com.hazelcast.client.spi | Contains classes/interfaces related to Service Provider Interface
 such as ClientProxy , ClientClusterService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientCacheProxy<K,V>ICache implementation for client
 
 This proxy is the implementation of ICache and javax.cache.Cache which is returned by
 HazelcastClientCacheManager. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientProxy | ClientCacheProxyFactory. create(String id) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientAtomicLongProxyProxy implementation of  IAtomicLong. | 
| class  | ClientAtomicReferenceProxy<E>Proxy implementation of  IAtomicReference. | 
| class  | ClientConditionProxyProxy implementation of  ICondition. | 
| class  | ClientCountDownLatchProxyProxy implementation of  ICountDownLatch. | 
| class  | ClientExecutorServiceProxy | 
| class  | ClientIdGeneratorProxyProxy implementation of  IdGenerator. | 
| class  | ClientListProxy<E>Proxy implementation of  IList. | 
| class  | ClientLockProxyProxy implementation of  ILock. | 
| class  | ClientMapProxy<K,V>Proxy implementation of  IMap. | 
| class  | ClientMapReduceProxyProxy implementation of  JobTrackerfor a client initiated map reduce job. | 
| class  | ClientMultiMapProxy<K,V>Proxy implementation of  MultiMap. | 
| class  | ClientQueueProxy<E>Proxy implementation of  IQueue. | 
| class  | ClientReliableTopicProxy<E>Reliable proxy implementation of  ITopic. | 
| class  | ClientReplicatedMapProxy<K,V>The replicated map client side proxy implementation proxying all requests to a member node | 
| class  | ClientRingbufferProxy<E>Proxy implementation of  Ringbuffer. | 
| class  | ClientSemaphoreProxyProxy implementation of  ISemaphore. | 
| class  | ClientSetProxy<E>Proxy implementation of  ISet. | 
| class  | ClientTopicProxy<E>Proxy implementation of  ITopic. | 
| class  | NearCachedClientMapProxy<K,V>A Client-side  IMapimplementation which is fronted by a near-cache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XAResourceProxyClient side XaResource implementation | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientProxy | ClientProxyFactory. create(String id) | 
| ClientProxy | ProxyManager. getOrCreateProxy(String service,
                String id) | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<? extends ClientProxy> | ClientProxyDescriptor. getClientProxyClass() | 
| 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) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.