| 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 | 
| Modifier and Type | Field and Description | 
|---|---|
| protected VersionResponsePair | AbstractReplicatedMapOperation. response | 
| Constructor and Description | 
|---|
| ReplicateUpdateOperation(String name,
                        Data dataKey,
                        Data dataValue,
                        long ttl,
                        VersionResponsePair response,
                        boolean isRemove,
                        Address origin) | 
| ReplicateUpdateToCallerOperation(String name,
                                long callId,
                                Data dataKey,
                                Data dataValue,
                                VersionResponsePair response,
                                long ttl,
                                boolean isRemove) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractReplicatedRecordStore. sendReplicationOperation(boolean isRemove,
                        String name,
                        Data key,
                        Data value,
                        long ttl,
                        VersionResponsePair response) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.