| Package | Description |
|---|---|
| com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| com.hazelcast.map.client |
Contains client requests for the
IMap |
| com.hazelcast.map.operation |
Package for map operations.
|
| Modifier and Type | Method and Description |
|---|---|
MapEntrySet |
ICacheRecordStore.getAll(Set<Data> keySet,
javax.cache.expiry.ExpiryPolicy expiryPolicy) |
MapEntrySet |
CacheRecordStore.getAll(Set<Data> keySet,
javax.cache.expiry.ExpiryPolicy expiryPolicy) |
| Modifier and Type | Method and Description |
|---|---|
MapEntrySet |
RecordStore.getAll(Set<Data> keySet) |
MapEntrySet |
DefaultRecordStore.getAll(Set<Data> keys) |
| Constructor and Description |
|---|
MapPutAllRequest(String name,
MapEntrySet entrySet) |
| Constructor and Description |
|---|
MapPutAllOperationFactory(String name,
MapEntrySet entrySet) |
PutAllOperation(String name,
MapEntrySet entrySet) |
PutAllOperation(String name,
MapEntrySet entrySet,
boolean initialLoad) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.