| Package | Description | 
|---|---|
| com.hazelcast.client.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation client side | 
| com.hazelcast.client.cache.impl.nearcache.invalidation | |
| com.hazelcast.client.impl.querycache | Contains query cache internal implementations for client side. | 
| com.hazelcast.client.impl.querycache.subscriber | Contains Hazelcast Enterprise version client-side query cache
 subscriber implementation classes. | 
| com.hazelcast.client.map.impl | |
| com.hazelcast.client.map.impl.nearcache.invalidation | |
| 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 the Hazelcast client Service Provider Interface. | 
| 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 | ClientCacheProxy. getClientContext() | 
| Constructor and Description | 
|---|
| ClientCachePartitionIterator(ClientCacheProxy<K,V> cacheProxy,
                            ClientContext context,
                            int fetchSize,
                            int partitionId,
                            boolean prefetchValues) | 
| ClientClusterWideIterator(ClientCacheProxy<K,V> cacheProxy,
                         ClientContext context,
                         boolean prefetchValues) | 
| ClientClusterWideIterator(ClientCacheProxy<K,V> cacheProxy,
                         ClientContext context,
                         int fetchSize,
                         boolean prefetchValues) | 
| ClientClusterWideIterator(ClientCacheProxy<K,V> cacheProxy,
                         ClientContext context,
                         int fetchSize,
                         int partitionId,
                         boolean prefetchValues) | 
| Constructor and Description | 
|---|
| ClientCacheMetaDataFetcher(ClientContext clientContext) | 
| Constructor and Description | 
|---|
| ClientQueryCacheContext(ClientContext clientContext) | 
| Constructor and Description | 
|---|
| ClientInvokerWrapper(QueryCacheContext context,
                    ClientContext clientContext) | 
| ClientQueryCacheEventService(ClientContext clientContext) | 
| Constructor and Description | 
|---|
| ClientMapPartitionIterator(ClientMapProxy<K,V> mapProxy,
                          ClientContext context,
                          int fetchSize,
                          int partitionId,
                          boolean prefetchValues) | 
| Constructor and Description | 
|---|
| ClientMapMetaDataFetcher(ClientContext clientContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientContext | NearCachedClientMapProxy. getClientContext() | 
| Constructor and Description | 
|---|
| ClientConditionProxy(ClientLockProxy clientLockProxy,
                    String name,
                    ClientContext ctx) | 
| ClientScheduledFutureProxy(ScheduledTaskHandler handler,
                          ClientContext context) | 
| 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 © 2017 Hazelcast, Inc.. All Rights Reserved.