| Package | Description |
|---|---|
| org.elasticsearch.action.delete |
Delete action.
|
| org.elasticsearch.action.index |
Index action.
|
| Modifier and Type | Method and Description |
|---|---|
static TransportReplicationAction.WriteResult<DeleteResponse> |
TransportDeleteAction.executeDeleteRequestOnPrimary(DeleteRequest request,
IndexShard indexShard) |
| Modifier and Type | Method and Description |
|---|---|
static TransportReplicationAction.WriteResult<IndexResponse> |
TransportIndexAction.executeIndexRequestOnPrimary(BulkShardRequest shardRequest,
IndexRequest request,
IndexShard indexShard,
MappingUpdatedAction mappingUpdatedAction)
Execute the given
IndexRequest on a primary shard, throwing a
RetryOnPrimaryException if the operation needs to be re-tried. |
Copyright © 2009–2017. All rights reserved.