OpenSearch/client
Ryan Ernst 49387bf2d7
Core: Combine doExecute methods in TransportAction (#31517)
TransportAction currently contains 2 doExecute methods, one which takes
a the task, and one that does not. The latter is what some subclasses
implement, while the first one just calls the latter, dropping the given
task. This commit combines these methods, in favor of just always
assuming a task is present.
2018-06-25 09:41:22 +01:00
..
benchmark Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
client-benchmark-noop-api-plugin Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
rest Node selector per client rather than per request (#31471) 2018-06-22 17:15:29 +02:00
rest-high-level REST high-level client: add simulate pipeline API (#31158) 2018-06-22 09:59:04 +02:00
sniffer REST Client: NodeSelector for node attributes (#31296) 2018-06-15 08:04:54 -04:00
test Remove vestiges of animal sniffer (#31178) 2018-06-07 17:00:22 -04:00
transport Add rank-eval module to transport client and HL client dependencies 2017-12-13 18:05:43 +01:00