Streamable, Writeable, ToXContent, ToXContentObjectpublic class RecoveryResponse extends BroadcastResponse
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsTransportResponse.EmptyWriteable.Reader<V>, Writeable.Writer<V>EMPTYEMPTY_PARAMS| Constructor | Description |
|---|---|
RecoveryResponse() |
|
RecoveryResponse(int totalShards,
int successfulShards,
int failedShards,
java.util.Map<java.lang.String,java.util.List<RecoveryState>> shardRecoveryStates,
java.util.List<DefaultShardOperationFailedException> shardFailures) |
Constructs recovery information for a collection of indices and associated shards.
|
| Modifier and Type | Method | Description |
|---|---|---|
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() |
|
java.lang.String |
toString() |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
addCustomXContentFields, declareBroadcastFields, getFailedShards, getShardFailures, getStatus, getSuccessfulShards, getTotalShardsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisFragmentremoteAddress, remoteAddresspublic RecoveryResponse()
public RecoveryResponse(int totalShards,
int successfulShards,
int failedShards,
java.util.Map<java.lang.String,java.util.List<RecoveryState>> shardRecoveryStates,
java.util.List<DefaultShardOperationFailedException> shardFailures)
totalShards - Total count of shards seensuccessfulShards - Count of shards successfully processedfailedShards - Count of shards which failed to processshardRecoveryStates - Map of indices to shard recovery informationshardFailures - List of failures processing shardspublic boolean hasRecoveries()
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 ToXContenttoXContent in class BroadcastResponsejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class BroadcastResponsejava.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class BroadcastResponsejava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object