public abstract class AbstractBaseReindexRestHandler<Request extends AbstractBulkByScrollRequest<Request>,Response extends BulkIndexByScrollResponse,TA extends TransportAction<Request,Response>> extends BaseRestHandler
| Modifier and Type | Field and Description |
|---|---|
protected AggregatorParsers |
aggParsers |
protected IndicesQueriesRegistry |
indicesQueriesRegistry |
protected Suggesters |
suggesters |
parseFieldMatcherdeprecationLogger, logger, settings| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBaseReindexRestHandler(Settings settings,
RestController controller,
Client client,
ClusterService clusterService,
IndicesQueriesRegistry indicesQueriesRegistry,
AggregatorParsers aggParsers,
Suggesters suggesters,
TA action) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(RestRequest request,
Request internalRequest,
RestChannel channel) |
static Float |
parseRequestsPerSecond(RestRequest request) |
canTripCircuitBreaker, handleRequest, handleRequestlogDeprecatedSetting, logRemovedSetting, nodeNameprotected final IndicesQueriesRegistry indicesQueriesRegistry
protected final AggregatorParsers aggParsers
protected final Suggesters suggesters
protected AbstractBaseReindexRestHandler(Settings settings, RestController controller, Client client, ClusterService clusterService, IndicesQueriesRegistry indicesQueriesRegistry, AggregatorParsers aggParsers, Suggesters suggesters, TA action)
public static Float parseRequestsPerSecond(RestRequest request)
protected void execute(RestRequest request, Request internalRequest, RestChannel channel) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.