Package | Description |
---|---|
org.elasticsearch.action.delete |
Delete action.
|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.action.support.replication |
Modifier and Type | Class and Description |
---|---|
class |
TransportIndexDeleteAction
Internal transport action that broadcasts a delete request to all of the shards that belongs to an index.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportIndexDeleteByQueryAction
Internal transport action that broadcasts a delete by query request to all of the shards that belong to an index.
|
Modifier and Type | Field and Description |
---|---|
protected TransportIndexReplicationOperationAction<IndexRequest,IndexResponse,ShardRequest,ShardReplicaRequest,ShardResponse> |
TransportIndicesReplicationOperationAction.indexAction |
Constructor and Description |
---|
TransportIndicesReplicationOperationAction(Settings settings,
String actionName,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
TransportIndexReplicationOperationAction<IndexRequest,IndexResponse,ShardRequest,ShardReplicaRequest,ShardResponse> indexAction,
ActionFilters actionFilters) |
Copyright © 2009–2015. All rights reserved.