public class RecoveryResponse extends BroadcastResponse implements ToXContent
TransportResponse.Empty
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Constructor and Description |
---|
RecoveryResponse() |
RecoveryResponse(int totalShards,
int successfulShards,
int failedShards,
boolean detailed,
java.util.Map<java.lang.String,java.util.List<RecoveryState>> shardRecoveryStates,
java.util.List<ShardOperationFailedException> shardFailures)
Constructs recovery information for a collection of indices and associated shards.
|
Modifier and Type | Method and Description |
---|---|
boolean |
detailed() |
void |
detailed(boolean detailed) |
boolean |
hasRecoveries() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
java.util.Map<java.lang.String,java.util.List<RecoveryState>> |
shardRecoveryStates() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
getFailedShards, getShardFailures, getSuccessfulShards, getTotalShards
remoteAddress, remoteAddress
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFragment
public RecoveryResponse()
public RecoveryResponse(int totalShards, int successfulShards, int failedShards, boolean detailed, java.util.Map<java.lang.String,java.util.List<RecoveryState>> shardRecoveryStates, java.util.List<ShardOperationFailedException> shardFailures)
totalShards
- Total count of shards seensuccessfulShards
- Count of shards successfully processedfailedShards
- Count of shards which failed to processdetailed
- Display detailed metricsshardRecoveryStates
- Map of indices to shard recovery informationshardFailures
- List of failures processing shardspublic boolean hasRecoveries()
public boolean detailed()
public void detailed(boolean detailed)
public java.util.Map<java.lang.String,java.util.List<RecoveryState>> shardRecoveryStates()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Streamable
writeTo
in interface Streamable
writeTo
in class BroadcastResponse
java.io.IOException
public void readFrom(StreamInput in) throws java.io.IOException
Streamable
readFrom
in interface Streamable
readFrom
in class BroadcastResponse
java.io.IOException