| Package | Description | 
|---|---|
| com.hazelcast.client.impl.client.txn.proxy | 
 Contains classes related to proxy for com.hazelcast.client.client.txn 
 | 
| com.hazelcast.client.proxy | 
 This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.map.impl.proxy | 
 Contains map proxy implementation and support classes. 
 | 
| com.hazelcast.map.impl.tx | 
 Contains implementation classes for  
TransactionalMap | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientTxnMapProxy<K,V>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientMapProxy<K,V>  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IMap<K,V>
Concurrent, distributed, observable and queryable map. 
 | 
interface  | 
TransactionalMap<K,V>
Transactional implementation of  
BaseMap. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapProxyImpl<K,V>
Proxy implementation of  
IMap interface. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TransactionalMapProxy
Proxy implementation of  
TransactionalMap interface. | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.