| 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.connection | Provides connection interfaces/classes for com.hazelcast.client | 
| com.hazelcast.client.connection.nio | Contains classes related to New IO for com.hazelcast.client.connection | 
| 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.proxy.txn.xa | Contains classes related to proxy for XA | 
| com.hazelcast.client.spi | Contains classes/interfaces related to the Hazelcast client Service Provider Interface. | 
| com.hazelcast.client.spi.impl | Provides util classes for the Hazelcast client SPI. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientProxy | ClientCacheProxyFactory. create(String id,
      ClientContext context) | 
| Constructor and Description | 
|---|
| ClientCachePartitionIterator(ICacheInternal<K,V> cacheProxy,
                            ClientContext context,
                            int fetchSize,
                            int partitionId,
                            boolean prefetchValues) | 
| ClientClusterWideIterator(ICacheInternal<K,V> cacheProxy,
                         ClientContext context,
                         boolean prefetchValues) | 
| ClientClusterWideIterator(ICacheInternal<K,V> cacheProxy,
                         ClientContext context,
                         int fetchSize,
                         boolean prefetchValues) | 
| ClientClusterWideIterator(ICacheInternal<K,V> cacheProxy,
                         ClientContext context,
                         int fetchSize,
                         int partitionId,
                         boolean prefetchValues) | 
| Constructor and Description | 
|---|
| ClientCacheMetaDataFetcher(ClientContext clientContext) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ClientContext | ClientConnectionStrategy. clientContext | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientConnectionStrategy. init(ClientContext clientContext)Initialize this strategy with client context and config | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientConnectionManagerImpl. start(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) | 
| ClientMapQueryPartitionIterator(ClientMapProxy<K,V> mapProxy,
                               ClientContext context,
                               int fetchSize,
                               int partitionId,
                               Predicate<K,V> predicate,
                               Projection<Map.Entry<K,V>,R> projection) | 
| Constructor and Description | 
|---|
| ClientMapMetaDataFetcher(ClientContext clientContext) | 
| Constructor and Description | 
|---|
| XAResourceProxy(String serviceName,
               String objectName,
               ClientContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientContext | ProxyManager. getContext() | 
| ClientContext | ClientProxy. getContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProxyManager. init(ClientConfig config,
    ClientContext clientContext) | 
| protected ClientProxy | ClientProxy. setContext(ClientContext context) | 
| Constructor and Description | 
|---|
| ClientProxy(String serviceName,
           String name,
           ClientContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ClientProxy | ClientProxyFactoryWithContext. create(String id,
      ClientContext context)Creates a new client proxy with the given ID. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.