Modifier and Type | Class and Description |
---|---|
class |
ClientAction<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>>
Action (used with
Client API). |
Modifier and Type | Method and Description |
---|---|
static BulkProcessor.Builder |
BulkProcessor.builder(Client client,
BulkProcessor.Listener listener) |
BulkRequestBuilder |
BulkAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
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.
|
BulkRequestBuilder(Client client) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder |
CountAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
CountRequestBuilder(Client client) |
Modifier and Type | Method and Description |
---|---|
DeleteRequestBuilder |
DeleteAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
DeleteRequestBuilder(Client client) |
DeleteRequestBuilder(Client client,
String index) |
Modifier and Type | Method and Description |
---|---|
DeleteByQueryRequestBuilder |
DeleteByQueryAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
DeleteByQueryRequestBuilder(Client client) |
Modifier and Type | Method and Description |
---|---|
ExistsRequestBuilder |
ExistsAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
ExistsRequestBuilder(Client client) |
Modifier and Type | Method and Description |
---|---|
ExplainRequestBuilder |
ExplainAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
ExplainRequestBuilder(Client client,
String index,
String type,
String id) |
Modifier and Type | Method and Description |
---|---|
MultiGetRequestBuilder |
MultiGetAction.newRequestBuilder(Client client) |
GetRequestBuilder |
GetAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
GetRequestBuilder(Client client) |
GetRequestBuilder(Client client,
String index) |
MultiGetRequestBuilder(Client client) |
Modifier and Type | Method and Description |
---|---|
IndexRequestBuilder |
IndexAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
IndexRequestBuilder(Client client) |
IndexRequestBuilder(Client client,
String index) |
Modifier and Type | Method and Description |
---|---|
DeleteIndexedScriptRequestBuilder |
DeleteIndexedScriptAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
DeleteIndexedScriptRequestBuilder(Client client) |
Modifier and Type | Method and Description |
---|---|
GetIndexedScriptRequestBuilder |
GetIndexedScriptAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
GetIndexedScriptRequestBuilder(Client client) |
Modifier and Type | Method and Description |
---|---|
PutIndexedScriptRequestBuilder |
PutIndexedScriptAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
PutIndexedScriptRequestBuilder(Client client) |
Modifier and Type | Method and Description |
---|---|
MoreLikeThisRequestBuilder |
MoreLikeThisAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
MoreLikeThisRequestBuilder(Client client) |
MoreLikeThisRequestBuilder(Client client,
String index,
String type,
String id) |
Modifier and Type | Method and Description |
---|---|
MultiPercolateRequestBuilder |
MultiPercolateAction.newRequestBuilder(Client client) |
PercolateRequestBuilder |
PercolateAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
MultiPercolateRequestBuilder(Client client) |
PercolateRequestBuilder(Client client) |
Modifier and Type | Method and Description |
---|---|
SearchRequestBuilder |
SearchAction.newRequestBuilder(Client client) |
SearchScrollRequestBuilder |
SearchScrollAction.newRequestBuilder(Client client) |
MultiSearchRequestBuilder |
MultiSearchAction.newRequestBuilder(Client client) |
ClearScrollRequestBuilder |
ClearScrollAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
ClearScrollRequestBuilder(Client client) |
MultiSearchRequestBuilder(Client client) |
SearchRequestBuilder(Client client) |
SearchScrollRequestBuilder(Client client) |
SearchScrollRequestBuilder(Client client,
String scrollId) |
Modifier and Type | Method and Description |
---|---|
SuggestRequestBuilder |
SuggestAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
SuggestRequestBuilder(Client client) |
Constructor and Description |
---|
IndicesReplicationOperationRequestBuilder(Client client,
Request request) |
ShardReplicationOperationRequestBuilder(Client client,
Request request) |
Constructor and Description |
---|
InstanceShardOperationRequestBuilder(Client client,
Request request) |
Constructor and Description |
---|
SingleShardOperationRequestBuilder(Client client,
Request request) |
Modifier and Type | Method and Description |
---|---|
MultiTermVectorsRequestBuilder |
MultiTermVectorsAction.newRequestBuilder(Client client) |
TermVectorRequestBuilder |
TermVectorAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
MultiTermVectorsRequestBuilder(Client client) |
TermVectorRequestBuilder(Client client) |
TermVectorRequestBuilder(Client client,
String index,
String type,
String id) |
Modifier and Type | Method and Description |
---|---|
UpdateRequestBuilder |
UpdateAction.newRequestBuilder(Client client) |
Constructor and Description |
---|
UpdateRequestBuilder(Client client) |
UpdateRequestBuilder(Client client,
String index,
String type,
String id) |
Constructor and Description |
---|
BulkUdpService(Settings settings,
Client client,
NetworkService networkService) |
Modifier and Type | Class and Description |
---|---|
class |
FilterClient
|
Modifier and Type | Field and Description |
---|---|
protected Client |
FilterClient.in |
Modifier and Type | Method and Description |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
FilterClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request) |
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
FilterClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request,
ActionListener<Response> listener) |
Modifier and Type | Method and Description |
---|---|
protected Client |
FilterClient.in()
Returns the delegate
Client |
Modifier and Type | Method and Description |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
FilterClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request) |
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
FilterClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request,
ActionListener<Response> listener) |
Constructor and Description |
---|
FilterClient(Client in)
Creates a new FilterClient
|
Modifier and Type | Class and Description |
---|---|
class |
NodeClient |
Modifier and Type | Method and Description |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
NodeClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request) |
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
NodeClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request,
ActionListener<Response> listener) |
Modifier and Type | Method and Description |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
NodeClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request) |
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
NodeClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request,
ActionListener<Response> listener) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClient |
Modifier and Type | Method and Description |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
AbstractClient.prepareExecute(Action<Request,Response,RequestBuilder,Client> action) |
Modifier and Type | Method and Description |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
AbstractClient.prepareExecute(Action<Request,Response,RequestBuilder,Client> action) |
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 |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
TransportClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request) |
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
TransportClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request,
ActionListener<Response> listener) |
Modifier and Type | Method and Description |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
TransportClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request) |
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
TransportClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request,
ActionListener<Response> listener) |
Modifier and Type | Class and Description |
---|---|
class |
InternalTransportClient |
Modifier and Type | Method and Description |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
InternalTransportClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request) |
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
InternalTransportClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request,
ActionListener<Response> listener) |
Modifier and Type | Method and Description |
---|---|
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
InternalTransportClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request) |
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder,Client>> |
InternalTransportClient.execute(Action<Request,Response,RequestBuilder,Client> action,
Request request,
ActionListener<Response> listener) |
Constructor and Description |
---|
DiskThresholdDecider(Settings settings,
NodeSettingsService nodeSettingsService,
ClusterInfoService infoService,
Client client) |
Constructor and Description |
---|
MoreLikeThisFetchService(Client client,
Settings settings) |
Constructor and Description |
---|
ShapeFetchService(Client client,
Settings settings) |
Constructor and Description |
---|
IndicesTermsFilterCache(Settings settings,
Client client) |
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 |
---|---|
Client |
InternalNode.client() |
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 |
RestNodesRestartAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Constructor and Description |
---|
RestNodesRestartAction(Settings settings,
RestController controller,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestNodesShutdownAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Constructor and Description |
---|
RestNodesShutdownAction(Settings settings,
RestController controller,
Client client) |
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 |
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) |
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 |
RestGetAliasesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestGetIndicesAliasesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client)
Deprecated.
|
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) |
Constructor and Description |
---|
RestFlushAction(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 |
RestDeleteMappingAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Constructor and Description |
---|
RestDeleteMappingAction(Settings settings,
RestController controller,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestGetFieldMappingAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestGetMappingAction.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 |
RestOptimizeAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Constructor and Description |
---|
RestOptimizeAction(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 |
RestUpdateSettingsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestGetSettingsAction.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 |
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 |
RestIndicesStatusAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Constructor and Description |
---|
RestIndicesStatusAction(Settings settings,
RestController controller,
Client client,
SettingsFilter settingsFilter) |
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 |
---|---|
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 |
---|---|
void |
RestPendingClusterTasksAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestPluginsAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestCountAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestMasterAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestShardsAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestNodesAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestRecoveryAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestAllocationAction.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 |
RestHealthAction.doRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
AbstractCatAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestCatAction.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 |
RestDeleteByQueryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Constructor and Description |
---|
RestDeleteByQueryAction(Settings settings,
RestController controller,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestExistsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Constructor and Description |
---|
RestExistsAction(Settings settings,
RestController controller,
Client client) |
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 |
RestGetSourceAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestHeadAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestGetAction.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 |
RestMoreLikeThisAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Constructor and Description |
---|
RestMoreLikeThisAction(Settings settings,
RestController controller,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestPercolateAction.handleRequest(RestRequest restRequest,
RestChannel restChannel,
Client client) |
void |
RestMultiPercolateAction.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 |
RestDeleteIndexedScriptAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestPutIndexedScriptAction.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 |
RestMultiSearchAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestSearchAction.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 |
RestMultiTermVectorsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestTermVectorAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Constructor and Description |
---|
RestMultiTermVectorsAction(Settings settings,
RestController controller,
Client client) |
RestTermVectorAction(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) |
Constructor and Description |
---|
RiversService(Settings settings,
Client client,
ThreadPool threadPool,
ClusterService clusterService,
RiversTypesRegistry typesRegistry,
RiverClusterService riverClusterService,
Injector injector) |
Constructor and Description |
---|
RiversRouter(Settings settings,
Client client,
ClusterService clusterService,
RiverClusterService riverClusterService,
ThreadPool threadPool) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptService.setClient(Client client) |
Constructor and Description |
---|
PhraseSuggester(Client client,
ScriptService scriptService) |
Copyright © 2009–2015. All rights reserved.