public final class ResyncReplicationResponse extends ReplicationResponse implements WriteResponse
ReplicationResponse.ShardInfoTransportResponse.EmptyEMPTY| Constructor and Description |
|---|
ResyncReplicationResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
setForcedRefresh(boolean forcedRefresh)
Mark the response as having forced a refresh? Requests that set
WriteRequest.setRefreshPolicy(RefreshPolicy) to
WriteRequest.RefreshPolicy.IMMEDIATE should always mark this as true. |
getShardInfo, readFrom, setShardInfo, writeToremoteAddress, remoteAddresspublic void setForcedRefresh(boolean forcedRefresh)
WriteResponseWriteRequest.setRefreshPolicy(RefreshPolicy) to
WriteRequest.RefreshPolicy.IMMEDIATE should always mark this as true. Requests that set it to WriteRequest.RefreshPolicy.WAIT_UNTIL will only
set this to true if they run out of refresh listener slots (see IndexSettings.MAX_REFRESH_LISTENERS_PER_SHARD).setForcedRefresh in interface WriteResponse