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.
|
Modifier and Type | Method and Description |
---|---|
protected IndexDeleteResponse |
TransportIndexDeleteAction.newResponseInstance(org.elasticsearch.action.delete.IndexDeleteRequest request,
List<ShardDeleteResponse> shardDeleteResponses,
int failuresCount,
List<ShardOperationFailedException> shardFailures) |
Modifier and Type | Method and Description |
---|---|
ShardOperationFailedException[] |
IndexDeleteByQueryResponse.getFailures()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected IndexDeleteByQueryResponse |
TransportIndexDeleteByQueryAction.newResponseInstance(org.elasticsearch.action.deletebyquery.IndexDeleteByQueryRequest request,
List<ShardDeleteByQueryResponse> shardDeleteByQueryResponses,
int failuresCount,
List<ShardOperationFailedException> shardFailures)
Deprecated.
|
Constructor and Description |
---|
FieldStatsResponse(int totalShards,
int successfulShards,
int failedShards,
List<ShardOperationFailedException> shardFailures,
Map<String,Map<String,FieldStats>> indicesMergedFieldStats) |
Modifier and Type | Class and Description |
---|---|
class |
ShardSearchFailure
Represents a failure to search on a specific shard.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultShardOperationFailedException |
Modifier and Type | Method and Description |
---|---|
ShardOperationFailedException[] |
BroadcastOperationResponse.getShardFailures()
The list of shard failures exception.
|
Constructor and Description |
---|
BroadcastOperationResponse(int totalShards,
int successfulShards,
int failedShards,
List<ShardOperationFailedException> shardFailures) |
Modifier and Type | Method and Description |
---|---|
protected abstract Response |
TransportIndexReplicationOperationAction.newResponseInstance(Request request,
List<ShardResponse> shardResponses,
int failuresCount,
List<ShardOperationFailedException> shardFailures) |
Modifier and Type | Method and Description |
---|---|
static RestStatus |
RestStatus.status(int successfulShards,
int totalShards,
ShardOperationFailedException... failures) |
Modifier and Type | Method and Description |
---|---|
static void |
RestActions.buildBroadcastShardsHeader(XContentBuilder builder,
int total,
int successful,
int failed,
ShardOperationFailedException[] shardFailures) |
Modifier and Type | Class and Description |
---|---|
class |
SnapshotShardFailure
Stores information about failures that occurred during shard snapshotting process
|
Copyright © 2009–2016. All rights reserved.