public class RecoveryResponse extends BroadcastResponse implements ToXContent
TransportResponse.EmptyToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_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, getTotalShardsremoteAddress, remoteAddressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic 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 ToXContentjava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in class BroadcastResponsejava.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class BroadcastResponsejava.io.IOException