| Package | Description | 
|---|---|
| com.hazelcast.client | 
 Contains classes/interfaces related to Client 
 | 
| com.hazelcast.client.cache.impl | 
 
     Hazelcast JSR-107 aka JCache implementation client side 
 | 
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.client.impl | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.client.spi | 
 Contains classes/interfaces related to Service Provider Interface
 such as ClientProxy , ClientClusterService 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> ClientProxyFactory | 
ClientExtension.createServiceProxyFactory(Class<T> service)
Creates a  
ClientProxyFactory for the supplied service class. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientCacheProxyFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientProxyFactory | 
ProxyFactoryConfig.getFactoryImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
ProxyFactoryConfig | 
ProxyFactoryConfig.setFactoryImpl(ClientProxyFactory factoryImpl)
Sets factory implementation of proxy factory 
 | 
| Constructor and Description | 
|---|
ProxyFactoryConfig(String service,
                  ClientProxyFactory factoryImpl)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> ClientProxyFactory | 
DefaultClientExtension.createServiceProxyFactory(Class<T> service)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientProxyFactory | 
ProxyManager.getClientProxyFactory(String serviceName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProxyManager.register(String serviceName,
        ClientProxyFactory factory)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.