| Package | Description | 
|---|---|
| com.hazelcast.client.cache.impl | 
 
     Hazelcast JSR-107 aka JCache implementation client side 
 | 
| com.hazelcast.client.map.impl.nearcache | 
 Contains classes/interfaces related to com.hazelcast.client.map.impl.nearcache 
 | 
| 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.util | 
 This package contains some utility classes and the base implementations of the
 loadbalancer implementations 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClientContext | 
ClientCacheDistributedObject.getClientContext()  | 
| Constructor and Description | 
|---|
ClientCacheProxy(CacheConfig<K,V> cacheConfig,
                ClientContext clientContext,
                HazelcastClientCacheManager cacheManager)  | 
ClientClusterWideIterator(ClientCacheProxy<K,V> cacheProxy,
                         ClientContext context)  | 
| Constructor and Description | 
|---|
ClientHeapNearCache(String mapName,
                   ClientContext context,
                   NearCacheConfig nearCacheConfig)  | 
| Constructor and Description | 
|---|
ClientConditionProxy(ClientLockProxy clientLockProxy,
                    String name,
                    ClientContext ctx)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ClientContext | 
ClientProxy.getContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ClientProxy.setContext(ClientContext context)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ClientContext | 
ClientCancellableDelegatingFuture.context  | 
| Constructor and Description | 
|---|
ClientAddressCancellableDelegatingFuture(ClientInvocationFuture future,
                                        ClientContext context,
                                        String uuid,
                                        Address target,
                                        V defaultValue,
                                        ClientMessageDecoder resultDecoder)  | 
ClientCancellableDelegatingFuture(ClientInvocationFuture future,
                                 ClientContext context,
                                 String uuid,
                                 V defaultValue,
                                 ClientMessageDecoder resultDecoder)  | 
ClientPartitionCancellableDelegatingFuture(ClientInvocationFuture future,
                                          ClientContext context,
                                          String uuid,
                                          int partitionId,
                                          T defaultValue,
                                          ClientMessageDecoder resultDecoder)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.