|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseMultiMap | |
---|---|
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.multimap.impl | Contains classes for Hazelcast MultiMap module. |
com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. |
Uses of BaseMultiMap in com.hazelcast.client.proxy |
---|
Classes in com.hazelcast.client.proxy that implement BaseMultiMap | |
---|---|
class |
ClientMultiMapProxy<K,V>
|
Uses of BaseMultiMap in com.hazelcast.client.txn.proxy |
---|
Classes in com.hazelcast.client.txn.proxy that implement BaseMultiMap | |
---|---|
class |
ClientTxnMultiMapProxy<K,V>
|
Uses of BaseMultiMap in com.hazelcast.core |
---|
Subinterfaces of BaseMultiMap in com.hazelcast.core | |
---|---|
interface |
MultiMap<K,V>
A specialized map whose keys can be associated with multiple values. |
interface |
TransactionalMultiMap<K,V>
Transactional implementation of BaseMultiMap . |
Uses of BaseMultiMap in com.hazelcast.multimap.impl |
---|
Classes in com.hazelcast.multimap.impl that implement BaseMultiMap | |
---|---|
class |
ObjectMultiMapProxy<K,V>
|
Uses of BaseMultiMap in com.hazelcast.multimap.impl.txn |
---|
Classes in com.hazelcast.multimap.impl.txn that implement BaseMultiMap | |
---|---|
class |
TransactionalMultiMapProxy<K,V>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |