|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseMap | |
---|---|
com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
com.hazelcast.client.txn.proxy | Contains classes related to proxy for com.hazelcast.client.client.txn |
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 |
Uses of BaseMap in com.hazelcast.client.proxy |
---|
Classes in com.hazelcast.client.proxy that implement BaseMap | |
---|---|
class |
ClientMapProxy<K,V>
|
Uses of BaseMap in com.hazelcast.client.txn.proxy |
---|
Classes in com.hazelcast.client.txn.proxy that implement BaseMap | |
---|---|
class |
ClientTxnMapProxy<K,V>
|
Uses of BaseMap in com.hazelcast.core |
---|
Subinterfaces of BaseMap in com.hazelcast.core | |
---|---|
interface |
IMap<K,V>
Concurrent, distributed, observable and queryable map. |
interface |
TransactionalMap<K,V>
Transactional implementation of BaseMap . |
Uses of BaseMap in com.hazelcast.map.impl.proxy |
---|
Classes in com.hazelcast.map.impl.proxy that implement BaseMap | |
---|---|
class |
MapProxyImpl<K,V>
Proxy implementation of IMap interface. |
Uses of BaseMap in com.hazelcast.map.impl.tx |
---|
Classes in com.hazelcast.map.impl.tx that implement BaseMap | |
---|---|
class |
TransactionalMapProxy
Proxy implementation of TransactionalMap interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |