Package | Description |
---|---|
org.elasticsearch.action.admin.indices.recovery | |
org.elasticsearch.action.delete |
Delete action.
|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.action.search |
Search action.
|
org.elasticsearch.action.support | |
org.elasticsearch.action.support.broadcast | |
org.elasticsearch.action.support.replication | |
org.elasticsearch.rest | |
org.elasticsearch.snapshots |
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() |
Modifier and Type | Method and Description |
---|---|
protected IndexDeleteByQueryResponse |
TransportIndexDeleteByQueryAction.newResponseInstance(org.elasticsearch.action.deletebyquery.IndexDeleteByQueryRequest request,
List<ShardDeleteByQueryResponse> shardDeleteByQueryResponses,
int failuresCount,
List<ShardOperationFailedException> shardFailures) |
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 | Class and Description |
---|---|
class |
SnapshotShardFailure
Stores information about failures that occurred during shard snapshotting process
|
Copyright © 2009–2015. All rights reserved.