Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
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) |
Modifier and Type | Method and Description |
---|---|
MapOperation |
WANAwareOperationProvider.createPutAllOperation(String name,
MapEntries mapEntries) |
MapOperation |
MapOperationProvider.createPutAllOperation(String name,
MapEntries mapEntries) |
MapOperation |
DefaultMapOperationProvider.createPutAllOperation(String name,
MapEntries mapEntries) |
MapOperation |
MapOperationProviderDelegator.createPutAllOperation(String name,
MapEntries mapEntries) |
MapOperation |
WANAwareOperationProvider.createPutAllPerMemberOperation(String name,
int[] partitions,
MapEntries[] mapEntries) |
MapOperation |
MapOperationProvider.createPutAllPerMemberOperation(String name,
int[] partitions,
MapEntries[] mapEntries) |
MapOperation |
DefaultMapOperationProvider.createPutAllPerMemberOperation(String name,
int[] partitions,
MapEntries[] mapEntries) |
MapOperation |
MapOperationProviderDelegator.createPutAllPerMemberOperation(String name,
int[] partitions,
MapEntries[] mapEntries) |
Constructor and Description |
---|
PutAllBackupOperation(String name,
MapEntries entries,
List<RecordInfo> recordInfos) |
PutAllOperation(String name,
MapEntries mapEntries) |
PutAllPerMemberOperation(String name,
int[] partitions,
MapEntries[] mapEntries) |
Modifier and Type | Method and Description |
---|---|
protected Future |
NearCachedMapProxyImpl.createPutAllOperationFuture(String name,
long size,
int[] partitions,
MapEntries[] entries,
Address address) |
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.