public final class BackupAckResponse extends Response
BackupOperation. So when a operation like
Map.put is done, backup operations are send to the backup partitions. For the initial
Map.put to complete, the NormalResponse needs to return,
but also the BackupAckResponse to make sure that the change
is written to the expected number of backups.| Constructor and Description |
|---|
BackupAckResponse() |
BackupAckResponse(long callId,
boolean urgent) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns type identifier for this class.
|
String |
toString() |
public BackupAckResponse()
public BackupAckResponse(long callId,
boolean urgent)
public int getId()
IdentifiedDataSerializableCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.