public final class ResyncReplicationRequest extends ReplicatedWriteRequest<ResyncReplicationRequest>
TransportRequest.EmptyWriteRequest.RefreshPolicyIndicesRequest.ReplaceableDEFAULT_TIMEOUT, index, shardId, timeout, waitForActiveShards| Constructor and Description |
|---|
ResyncReplicationRequest(ShardId shardId,
Translog.Operation[] operations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Translog.Operation[] |
getOperations() |
int |
hashCode() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
java.lang.String |
toString() |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
getRefreshPolicy, setRefreshPolicycreateTask, getDescription, index, index, indices, indicesOptions, onRetry, setShardId, shardId, timeout, timeout, timeout, validate, waitForActiveShards, waitForActiveShards, waitForActiveShardsgetShouldStoreResultgetParentTask, setParentTaskremoteAddress, remoteAddressclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetRefreshPolicy, validatesetParentTaskpublic ResyncReplicationRequest(ShardId shardId, Translog.Operation[] operations)
public Translog.Operation[] getOperations()
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class ReplicatedWriteRequest<ResyncReplicationRequest>java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in class ReplicatedWriteRequest<ResyncReplicationRequest>java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class ReplicationRequest<ResyncReplicationRequest>