Package | Description |
---|---|
org.elasticsearch.action.bulk | |
org.elasticsearch.action.delete |
Delete action.
|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.action.index |
Index action.
|
org.elasticsearch.action.support.replication |
Modifier and Type | Class and Description |
---|---|
class |
TransportShardBulkAction
Performs the index operation.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportDeleteAction
Performs the delete operation.
|
class |
TransportShardDeleteAction |
Modifier and Type | Class and Description |
---|---|
class |
TransportShardDeleteByQueryAction |
Modifier and Type | Class and Description |
---|---|
class |
TransportIndexAction
Performs the index operation.
|
Modifier and Type | Field and Description |
---|---|
protected TransportShardReplicationOperationAction<ShardRequest,ShardReplicaRequest,ShardResponse> |
TransportIndexReplicationOperationAction.shardAction |
Constructor and Description |
---|
TransportIndexReplicationOperationAction(Settings settings,
String actionName,
ClusterService clusterService,
ThreadPool threadPool,
TransportShardReplicationOperationAction<ShardRequest,ShardReplicaRequest,ShardResponse> shardAction,
ActionFilters actionFilters) |
Copyright © 2009–2015. All rights reserved.