| Modifier and Type | Method and Description |
|---|---|
static BulkProcessor.Builder |
BulkProcessor.builder(Client client,
BulkProcessor.Listener listener) |
void |
Retry.withAsyncBackoff(Client client,
BulkRequest bulkRequest,
ActionListener<BulkResponse> listener)
Invokes #bulk(BulkRequest, ActionListener) on the provided client.
|
BulkResponse |
Retry.withSyncBackoff(Client client,
BulkRequest bulkRequest)
Invokes #bulk(BulkRequest) on the provided client.
|
| Constructor and Description |
|---|
BulkProcessor.Builder(Client client,
BulkProcessor.Listener listener)
Creates a builder of bulk processor with the client to use and the listener that will be used
to be notified on the completion of bulk requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterClient
|
| Modifier and Type | Field and Description |
|---|---|
protected Client |
FilterClient.in |
| Modifier and Type | Method and Description |
|---|---|
protected Client |
FilterClient.in()
Returns the delegate
Client |
| Constructor and Description |
|---|
FilterClient(Client in)
Creates a new FilterClient
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeClient |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClient |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportClient
The transport client allows to create a client that is not part of the cluster, but simply connects to one
or more nodes directly by adding their respective addresses using
TransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress). |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingUpdatedAction.setClient(Client client) |
| Constructor and Description |
|---|
DiskThresholdDecider(Settings settings,
NodeSettingsService nodeSettingsService,
ClusterInfoService infoService,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TermsQueryParser.setClient(Client client) |
| Constructor and Description |
|---|
MoreLikeThisFetchService(Client client,
Settings settings) |
| Constructor and Description |
|---|
ShapeFetchService(Client client,
Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
Client |
Node.client()
A client that can be used to execute actions (operations) against the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseRestHandler.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
BaseRestHandler(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClusterHealthAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestClusterHealthAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestNodesHotThreadsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestNodesHotThreadsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestNodesInfoAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestNodesInfoAction(Settings settings,
RestController controller,
Client client,
SettingsFilter settingsFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestNodesStatsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestNodesStatsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestCancelTasksAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestListTasksAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestCancelTasksAction(Settings settings,
RestController controller,
Client client) |
RestListTasksAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestDeleteRepositoryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestDeleteRepositoryAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestGetRepositoriesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestGetRepositoriesAction(Settings settings,
RestController controller,
Client client,
SettingsFilter settingsFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestPutRepositoryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestPutRepositoryAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestVerifyRepositoryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestVerifyRepositoryAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClusterRerouteAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestClusterRerouteAction(Settings settings,
RestController controller,
Client client,
SettingsFilter settingsFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClusterGetSettingsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestClusterUpdateSettingsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestClusterGetSettingsAction(Settings settings,
RestController controller,
Client client) |
RestClusterUpdateSettingsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClusterSearchShardsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestClusterSearchShardsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestCreateSnapshotAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestCreateSnapshotAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestDeleteSnapshotAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestDeleteSnapshotAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestGetSnapshotsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestGetSnapshotsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestRestoreSnapshotAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestRestoreSnapshotAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestSnapshotsStatusAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestSnapshotsStatusAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClusterStateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestClusterStateAction(Settings settings,
RestController controller,
Client client,
SettingsFilter settingsFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClusterStatsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestClusterStatsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestPendingClusterTasksAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestPendingClusterTasksAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestIndicesAliasesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestIndicesAliasesAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestIndexDeleteAliasesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestIndexDeleteAliasesAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestGetIndicesAliasesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client)
Deprecated.
|
void |
RestGetAliasesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestGetAliasesAction(Settings settings,
RestController controller,
Client client) |
RestGetIndicesAliasesAction(Settings settings,
RestController controller,
Client client)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestAliasesExistAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestAliasesExistAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestIndexPutAliasAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestIndexPutAliasAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestAnalyzeAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestAnalyzeAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClearIndicesCacheAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestClearIndicesCacheAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestCloseIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestCloseIndexAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestCreateIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestCreateIndexAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestDeleteIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestDeleteIndexAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestIndicesExistsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestIndicesExistsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestTypesExistsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestTypesExistsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestFlushAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestSyncedFlushAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestFlushAction(Settings settings,
RestController controller,
Client client) |
RestSyncedFlushAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestForceMergeAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestForceMergeAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestGetIndicesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestGetIndicesAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestGetMappingAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestGetFieldMappingAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestGetFieldMappingAction(Settings settings,
RestController controller,
Client client) |
RestGetMappingAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestPutMappingAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestPutMappingAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestOpenIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestOpenIndexAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestRecoveryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestRecoveryAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestRefreshAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestRefreshAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestIndicesSegmentsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestIndicesSegmentsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestGetSettingsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestUpdateSettingsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestGetSettingsAction(Settings settings,
RestController controller,
Client client) |
RestUpdateSettingsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestIndicesShardStoresAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestIndicesShardStoresAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestIndicesStatsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestIndicesStatsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestDeleteIndexTemplateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestDeleteIndexTemplateAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestGetIndexTemplateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestGetIndexTemplateAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestHeadIndexTemplateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestHeadIndexTemplateAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestPutIndexTemplateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestPutIndexTemplateAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestUpgradeAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestUpgradeAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestValidateQueryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestValidateQueryAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestRenderSearchTemplateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestRenderSearchTemplateAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestDeleteWarmerAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestDeleteWarmerAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestGetWarmerAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestGetWarmerAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestPutWarmerAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestPutWarmerAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestBulkAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestBulkAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestRepositoriesAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestPendingClusterTasksAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestHealthAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestAllocationAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestCountAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestNodesAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
protected void |
RestFielddataAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestNodeAttrsAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestShardsAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestIndicesAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestThreadPoolAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestPluginsAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
protected void |
RestSegmentsAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
protected void |
RestSnapshotAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestMasterAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
protected abstract void |
AbstractCatAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestRecoveryAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
protected void |
RestAliasAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestCatAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
AbstractCatAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestCountAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestCountAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestDeleteAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestDeleteAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestExistsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client)
Deprecated.
|
| Constructor and Description |
|---|
RestExistsAction(Settings settings,
RestController controller,
Client client)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestExplainAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestExplainAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestFieldStatsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestFieldStatsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestGetAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestGetSourceAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestHeadAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestMultiGetAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestGetAction(Settings settings,
RestController controller,
Client client) |
RestGetSourceAction(Settings settings,
RestController controller,
Client client) |
RestHeadAction(Settings settings,
RestController controller,
Client client) |
RestMultiGetAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestIndexAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestMainAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestMainAction(Settings settings,
Version version,
RestController controller,
ClusterName clusterName,
Client client,
ClusterService clusterService) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestMultiPercolateAction.handleRequest(RestRequest restRequest,
RestChannel restChannel,
Client client) |
void |
RestPercolateAction.handleRequest(RestRequest restRequest,
RestChannel restChannel,
Client client) |
| Constructor and Description |
|---|
RestMultiPercolateAction(Settings settings,
RestController controller,
Client client) |
RestPercolateAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestPutIndexedScriptAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestDeleteIndexedScriptAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestGetIndexedScriptAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestDeleteIndexedScriptAction(Settings settings,
RestController controller,
boolean registerDefaultHandlers,
Client client) |
RestDeleteIndexedScriptAction(Settings settings,
RestController controller,
Client client) |
RestGetIndexedScriptAction(Settings settings,
RestController controller,
boolean registerDefaultHandlers,
Client client) |
RestGetIndexedScriptAction(Settings settings,
RestController controller,
Client client) |
RestPutIndexedScriptAction(Settings settings,
RestController controller,
boolean registerDefaultHandlers,
Client client) |
RestPutIndexedScriptAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestClearScrollAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestSearchScrollAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestSearchAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestMultiSearchAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestClearScrollAction(Settings settings,
RestController controller,
Client client) |
RestMultiSearchAction(Settings settings,
RestController controller,
Client client) |
RestSearchAction(Settings settings,
RestController controller,
Client client) |
RestSearchScrollAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestSuggestAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestSuggestAction(Settings settings,
RestController controller,
Client client) |
| Constructor and Description |
|---|
RestDeleteSearchTemplateAction(Settings settings,
RestController controller,
Client client) |
RestGetSearchTemplateAction(Settings settings,
RestController controller,
Client client) |
RestPutSearchTemplateAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestTermVectorsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestMultiTermVectorsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestMultiTermVectorsAction(Settings settings,
RestController controller,
Client client) |
RestTermVectorsAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestUpdateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
| Constructor and Description |
|---|
RestUpdateAction(Settings settings,
RestController controller,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptService.setClient(Client client) |
Copyright © 2009–2017. All rights reserved.