OpenSearch/client
olcbean 6dea5f14c3 Java api: Remove unneeded getTookInMillis method (#23923)
Some response classes in the java api expose both `getTook()` which returns a `TimeValue` and `getTookInMillis` which returns a `long` value. `getTook()` is enough as one can do `getTook().millis()` to obtain the same result as `getTookInMillis()`, which can be removed.
2017-06-02 11:11:05 +02:00
..
benchmark Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
client-benchmark-noop-api-plugin Adds nodes usage API to monitor usages of actions (#24169) 2017-06-02 08:46:38 +01:00
rest Use StringBuilder to construct a String instead of relying on appending where possible (#24753) 2017-05-18 12:02:29 +02:00
rest-high-level Java api: Remove unneeded getTookInMillis method (#23923) 2017-06-02 11:11:05 +02:00
sniffer Update Jackson to 2.8.6 (#22596) 2017-01-13 09:05:48 +01:00
test move ignore parameter support from yaml test client to low level rest client (#22637) 2017-01-16 18:54:44 +01:00
transport Disable the Netty recycler in the client 2017-05-19 09:05:30 -04:00