Modifier and Type | Method and Description |
---|---|
static IndicesOptions |
IndicesOptions.fromRequest(RestRequest request,
IndicesOptions defaultSettings) |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequest |
Constructor and Description |
---|
HttpChannel(RestRequest request,
boolean detailedErrorsEnabled) |
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpRequest |
Modifier and Type | Field and Description |
---|---|
protected RestRequest |
RestChannel.request |
Modifier and Type | Method and Description |
---|---|
RestRequest |
RestChannel.request() |
Modifier and Type | Method and Description |
---|---|
void |
RestFilterChain.continueProcessing(RestRequest request,
RestChannel channel)
Continue processing the request.
|
void |
RestController.dispatchRequest(RestRequest request,
RestChannel channel) |
void |
BaseRestHandler.handleRequest(RestRequest request,
RestChannel channel) |
void |
RestHandler.handleRequest(RestRequest request,
RestChannel channel) |
protected abstract void |
BaseRestHandler.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
abstract void |
RestFilter.process(RestRequest request,
RestChannel channel,
RestFilterChain filterChain)
Process the rest request.
|
Constructor and Description |
---|
RestChannel(RestRequest request,
boolean detailedErrorsEnabled) |
Modifier and Type | Method and Description |
---|---|
void |
RestClusterHealthAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestNodesHotThreadsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestNodesInfoAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestNodesRestartAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestNodesShutdownAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestNodesStatsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestDeleteRepositoryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestGetRepositoriesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestPutRepositoryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestVerifyRepositoryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestClusterRerouteAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestClusterGetSettingsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestClusterUpdateSettingsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestClusterSearchShardsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestCreateSnapshotAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestDeleteSnapshotAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestGetSnapshotsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestRestoreSnapshotAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestSnapshotsStatusAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestClusterStateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestClusterStatsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestPendingClusterTasksAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestIndicesAliasesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestIndexDeleteAliasesAction.handleRequest(RestRequest request,
RestChannel channel,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RestAliasesExistAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestIndexPutAliasAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestAnalyzeAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
static ClearIndicesCacheRequest |
RestClearIndicesCacheAction.fromRequest(RestRequest request,
ClearIndicesCacheRequest clearIndicesCacheRequest) |
void |
RestClearIndicesCacheAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestCloseIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestCreateIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestDeleteIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestIndicesExistsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestTypesExistsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestFlushAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestGetIndicesAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestDeleteMappingAction.handleRequest(RestRequest request,
RestChannel channel,
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) |
Modifier and Type | Method and Description |
---|---|
void |
RestPutMappingAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestOpenIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestOptimizeAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestRecoveryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestRefreshAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestIndicesSegmentsAction.handleRequest(RestRequest request,
RestChannel channel,
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) |
Modifier and Type | Method and Description |
---|---|
void |
RestIndicesStatsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestIndicesStatusAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestDeleteIndexTemplateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestGetIndexTemplateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestHeadIndexTemplateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestPutIndexTemplateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
protected void |
RestUpgradeAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestValidateQueryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestDeleteWarmerAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestGetWarmerAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestPutWarmerAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestBulkAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
Table |
RestRecoveryAction.buildRecoveryTable(RestRequest request,
RecoveryResponse response)
buildRecoveryTable will build a table of recovery information suitable
for displaying at the command line.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
RestDeleteAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestDeleteByQueryAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestExistsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestExplainAction.handleRequest(RestRequest request,
RestChannel channel,
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) |
Modifier and Type | Method and Description |
---|---|
void |
RestIndexAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestMainAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
void |
RestMoreLikeThisAction.handleRequest(RestRequest request,
RestChannel channel,
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) |
Modifier and Type | Method and Description |
---|---|
protected String |
RestDeleteIndexedScriptAction.getScriptLang(RestRequest request) |
protected String |
RestPutIndexedScriptAction.getScriptLang(RestRequest request) |
protected String |
RestGetIndexedScriptAction.getScriptLang(RestRequest request) |
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) |
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) |
static SearchRequest |
RestSearchAction.parseSearchRequest(RestRequest request) |
static SearchSourceBuilder |
RestSearchAction.parseSearchSource(RestRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
RestSuggestAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
static int[] |
RestTable.buildHelpWidths(Table table,
RestRequest request) |
static BytesReference |
RestActions.getRestContent(RestRequest request)
Get Rest content from either payload or source parameter
|
static void |
RestTable.pad(Table.Cell cell,
int width,
RestRequest request,
UTF8StreamWriter out) |
static QuerySourceBuilder |
RestActions.parseQuerySource(RestRequest request) |
static long |
RestActions.parseVersion(RestRequest request) |
Modifier and Type | Method and Description |
---|---|
protected String |
RestPutSearchTemplateAction.getScriptLang(RestRequest request) |
protected String |
RestDeleteSearchTemplateAction.getScriptLang(RestRequest request) |
protected String |
RestGetSearchTemplateAction.getScriptLang(RestRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
RestMultiTermVectorsAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
void |
RestTermVectorAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
static void |
RestTermVectorAction.readURIParameters(TermVectorRequest termVectorRequest,
RestRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
RestUpdateAction.handleRequest(RestRequest request,
RestChannel channel,
Client client) |
Modifier and Type | Method and Description |
---|---|
static FetchSourceContext |
FetchSourceContext.parseFromRestRequest(RestRequest request) |
Copyright © 2009–2015. All rights reserved.