Package | Description |
---|---|
com.hazelcast.replicatedmap.impl.operation |
This package contains replicated map operations which are executed on remote nodes
|
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) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.