OpenSearch/qa/ccs-unavailable-clusters
Ryan Ernst 59e7c6411a
Core: Combine messageRecieved methods in TransportRequestHandler (#31519)
TransportRequestHandler currently contains 2 messageReceived methods,
one which takes a Task, and one that does not. The first just delegates
to the second. This commit changes all existing implementors of
TransportRequestHandler to implement the version which takes Task, thus
allowing the class to be a functional interface, and eliminating the
need to throw exceptions when a task needs to be ensured.
2018-06-22 07:36:03 -07:00
..
src/test/java/org/elasticsearch/search Core: Combine messageRecieved methods in TransportRequestHandler (#31519) 2018-06-22 07:36:03 -07:00
build.gradle Cross Cluster Search: make remote clusters optional (#27182) 2017-11-21 11:41:47 +01:00