OpenSearch/client/rest/src
Koen De Groote 905eb422f6 Use StringBuilder to construct a String instead of relying on appending where possible (#24753)
This PR revolves around places in the code where introducing a StringBuilder might make the construction
of a String easier to follow and also, maybe avoid a case where the compiler's very safe way of introducing 
StringBuilder instead of String might not always be optimal for performance.
2017-05-18 12:02:29 +02:00
..
main/java/org/elasticsearch/client Use StringBuilder to construct a String instead of relying on appending where possible (#24753) 2017-05-18 12:02:29 +02:00
test/java/org/elasticsearch/client Make buffer limit configurable in HeapBufferedConsumerFactory (#23970) 2017-04-10 12:27:42 +02:00