| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.recovery |
| Modifier and Type | Method and Description |
|---|---|
protected ShardRecoveryResponse |
TransportRecoveryAction.newShardResponse() |
static ShardRecoveryResponse |
ShardRecoveryResponse.readShardRecoveryResponse(StreamInput in)
Builds a new ShardRecoveryResponse from the give input stream.
|
protected ShardRecoveryResponse |
TransportRecoveryAction.shardOperation(org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction.ShardRecoveryRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ShardRecoveryResponse>> |
RecoveryResponse.shardResponses() |
| Constructor and Description |
|---|
RecoveryResponse(int totalShards,
int successfulShards,
int failedShards,
boolean detailed,
Map<String,List<ShardRecoveryResponse>> shardResponses,
List<ShardOperationFailedException> shardFailures)
Constructs recovery information for a collection of indices and associated shards.
|
Copyright © 2009–2016. All rights reserved.