| Package | Description | 
|---|---|
| com.hazelcast.replicatedmap.impl.operation | This package contains replicated map operations which are executed on remote nodes | 
| com.hazelcast.replicatedmap.impl.record | This package contains the implementation of the backing data storage for the replicated map implementation | 
| Constructor and Description | 
|---|
| SyncReplicatedMapDataOperation(String name,
                              Set<RecordMigrationInfo> recordSet,
                              long version) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractReplicatedRecordStore. putRecords(Collection<RecordMigrationInfo> records,
          long version) | 
| void | ReplicatedRecordStore. putRecords(Collection<RecordMigrationInfo> records,
          long version) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.