| 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  | ClientCacheDistributedObjectBasic client proxy object which serves as an accessor to  ClientContext. | 
| 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  | ClientReliableTopicProxy<E> | 
| class  | ClientReplicatedMapProxy<K,V>The replicated map client side proxy implementation proxying all requests to a member node | 
| class  | ClientRingbufferProxy<E> | 
| class  | ClientSemaphoreProxy | 
| class  | ClientSetProxy<E> | 
| class  | ClientTopicProxy<E> | 
| 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 | 
|---|---|
| void | ClientContext. removeProxy(ClientProxy proxy) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProxyManager. register(String serviceName,
        Class<? extends ClientProxy> proxyType) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.