Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.map.impl.client |
Contains client requests for the
IMap |
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support classes.
|
com.hazelcast.map.impl.recordstore |
Modifier and Type | Method and Description |
---|---|
MapEntries |
ICacheRecordStore.getAll(Set<Data> keySet,
javax.cache.expiry.ExpiryPolicy expiryPolicy)
Gets a collection of entries from the store, returning them as
Map of the values associated with the set of keys requested. |
MapEntries |
AbstractCacheRecordStore.getAll(Set<Data> keySet,
javax.cache.expiry.ExpiryPolicy expiryPolicy) |
Constructor and Description |
---|
MapPutAllRequest(String name,
MapEntries entries,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
MapOperation |
WANAwareOperationProvider.createPutAllOperation(String name,
MapEntries mapEntries,
boolean initialLoad) |
MapOperation |
MapOperationProvider.createPutAllOperation(String name,
MapEntries mapEntries,
boolean initialLoad) |
MapOperation |
DefaultMapOperationProvider.createPutAllOperation(String name,
MapEntries mapEntries,
boolean initialLoad) |
MapOperation |
MapOperationProviderDelegator.createPutAllOperation(String name,
MapEntries mapEntries,
boolean initialLoad) |
Constructor and Description |
---|
PutAllOperation(String name,
MapEntries mapEntries,
boolean initialLoad) |
Modifier and Type | Method and Description |
---|---|
protected Future |
NearCachedMapProxyImpl.createPutAllOperationFuture(String name,
MapEntries mapEntries,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
MapEntries |
RecordStore.getAll(Set<Data> keySet) |
MapEntries |
DefaultRecordStore.getAll(Set<Data> keys) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultRecordStore.addMapEntrySet(Map<Object,Object> entries,
MapEntries mapEntries) |
protected void |
DefaultRecordStore.addMapEntrySet(Object key,
Object value,
MapEntries mapEntries) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.