| 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. putRecord(RecordMigrationInfo record) | 
| void | ReplicatedRecordStore. putRecord(RecordMigrationInfo record) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.