| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
| org.elasticsearch.action.admin.indices.refresh |
Refresh index/indices action.
|
| org.elasticsearch.action.bulk | |
| org.elasticsearch.action.delete |
Delete action.
|
| org.elasticsearch.action.index |
Index action.
|
| org.elasticsearch.action.support.replication |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportShardFlushAction |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportShardRefreshAction |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportShardBulkAction
Performs the index operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportDeleteAction
Performs the delete operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportIndexAction
Performs the index operation.
|
| Constructor and Description |
|---|
TransportBroadcastReplicationAction(String name,
Class<Request> request,
Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
TransportReplicationAction replicatedBroadcastShardAction) |
Copyright © 2009–2017. All rights reserved.