| 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 | Field and Description | 
|---|---|
protected MapEntries[] | 
PutAllPartitionAwareOperationFactory.mapEntries  | 
protected MapEntries | 
MultipleEntryOperation.responses  | 
protected MapEntries | 
PartitionWideEntryOperation.responses  | 
| 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)  | 
OperationFactory | 
WANAwareOperationProvider.createPutAllOperationFactory(String name,
                            int[] partitions,
                            MapEntries[] mapEntries)  | 
OperationFactory | 
MapOperationProvider.createPutAllOperationFactory(String name,
                            int[] partitions,
                            MapEntries[] mapEntries)  | 
OperationFactory | 
DefaultMapOperationProvider.createPutAllOperationFactory(String name,
                            int[] partitions,
                            MapEntries[] mapEntries)  | 
| Constructor and Description | 
|---|
PutAllBackupOperation(String name,
                     MapEntries entries,
                     List<RecordInfo> recordInfos,
                     boolean disableWanReplicationEvent)  | 
PutAllOperation(String name,
               MapEntries mapEntries)  | 
PutAllPartitionAwareOperationFactory(String name,
                                    int[] partitions,
                                    MapEntries[] mapEntries)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
NearCachedMapProxyImpl.invokePutAllOperationFactory(long size,
                            int[] partitions,
                            MapEntries[] entries)  | 
| Modifier and Type | Method and Description | 
|---|---|
MapEntries | 
RecordStore.getAll(Set<Data> keySet,
      Address callerAddress)  | 
MapEntries | 
DefaultRecordStore.getAll(Set<Data> keys,
      Address callerAddress)  | 
| 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 © 2020 Hazelcast, Inc.. All Rights Reserved.