Package | Description |
---|---|
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 |
Contains classes related to proxy for client transactions
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientMultiMapProxy<K,V>
Proxy implementation of
MultiMap . |
Modifier and Type | Class and Description |
---|---|
class |
ClientTxnMultiMapProxy<K,V>
Proxy implementation of
TransactionalMultiMap |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiMap<K,V>
A specialized map whose keys can be associated with multiple values.
|
interface |
TransactionalMultiMap<K,V>
Transactional implementation of
BaseMultiMap . |
Modifier and Type | Class and Description |
---|---|
class |
ObjectMultiMapProxy<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalMultiMapProxy<K,V> |
class |
TransactionalMultiMapProxySupport<K,V> |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.