Package | Description |
---|---|
org.elasticsearch.action.delete |
Delete action.
|
Modifier and Type | Method and Description |
---|---|
ShardDeleteResponse[] |
IndexDeleteResponse.getResponses() |
protected ShardDeleteResponse |
TransportShardDeleteAction.newResponseInstance() |
Modifier and Type | Method and Description |
---|---|
protected TransportShardReplicationOperationAction.PrimaryResponse<ShardDeleteResponse,ShardDeleteRequest> |
TransportShardDeleteAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected IndexDeleteResponse |
TransportIndexDeleteAction.newResponseInstance(org.elasticsearch.action.delete.IndexDeleteRequest request,
List<ShardDeleteResponse> shardDeleteResponses,
int failuresCount,
List<ShardOperationFailedException> shardFailures) |
Copyright © 2009–2015. All rights reserved.