Package com.hazelcast.multimap.impl.client

Contains client requests for Hazelcast MultiMap module.

See:
          Description

Class Summary
AddEntryListenerRequest  
ClearRequest  
ContainsRequest The contains requests checks if a value is stored in the multimap.
CountRequest  
EntrySetRequest  
GetAllRequest  
KeyBasedContainsRequest The KeyBasedContainsRequest can be used to determine if a key is available in a multimap (when value is null), or to check if a map-entry is stored in the multimap (value not null).
KeySetRequest  
MultiMapAllPartitionRequest  
MultiMapIsLockedRequest  
MultiMapKeyBasedRequest  
MultiMapLockRequest  
MultiMapRequest  
MultiMapUnlockRequest  
PortableEntrySetResponse  
PutRequest  
RemoveAllRequest  
RemoveEntryListenerRequest  
RemoveRequest  
SizeRequest  
TxnMultiMapGetRequest  
TxnMultiMapPutRequest  
TxnMultiMapRemoveAllRequest  
TxnMultiMapRemoveRequest  
TxnMultiMapRequest  
TxnMultiMapSizeRequest  
TxnMultiMapValueCountRequest  
ValuesRequest  
 

Package com.hazelcast.multimap.impl.client Description

Contains client requests for Hazelcast MultiMap module.



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.