OpenSearch/plugins/jvm-example
Ryan Ernst 865b951b7d Internal: Changed rest handler interface to take NodeClient
Previously all rest handlers would take Client in their injected ctor.
However, it was only to hold the client around for runtime. Instead,
this can be done just once in the HttpService which handles rest
requests, and passed along through the handleRequest method. It also
should always be a NodeClient, and other types of Clients (eg a
TransportClient) would not work anyways (and some handlers can be
simplified in follow ups like reindex by taking NodeClient).
2016-06-29 18:02:18 -07:00
..
src Internal: Changed rest handler interface to take NodeClient 2016-06-29 18:02:18 -07:00
build.gradle Remove a few more Xlint skips 2016-01-06 23:28:13 -05:00