OpenSearch/modules
Ryan Ernst fb77d8f461 Removed writeTo from TransportResponse and ActionResponse (#44092)
The base classes for transport requests and responses currently
implement Streamable and Writeable. The writeTo method on these base
classes is implemented with an empty implementation. Not only does this
complicate subclasses to think they need to call super.writeTo, but it
also can lead to not implementing writeTo when it should have been
implemented, or extendiong one of these classes when not necessary,
since there is nothing to actually implement.

This commit removes the empty writeTo from these base classes, and fixes
subclasses to not call super and in some cases implement an empty
writeTo themselves.

relates #34389
2019-07-10 12:42:04 -07:00
..
aggs-matrix-stats Remove generic on AggregatorFactory (#43664) (#44079) 2019-07-10 13:20:28 -04:00
analysis-common Add name() method to TokenizerFactory (#43909) 2019-07-04 11:28:55 +01:00
ingest-common Removed writeTo from TransportResponse and ActionResponse (#44092) 2019-07-10 12:42:04 -07:00
ingest-geoip Remove -Xlint exclusions in the ingest-geoip module. (#40629) 2019-04-01 16:21:07 +02:00
ingest-user-agent convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
lang-expression Allow aggregations using expressions to use _score (#42652) 2019-05-29 13:28:33 -07:00
lang-mustache Removed writeTo from TransportResponse and ActionResponse (#44092) 2019-07-10 12:42:04 -07:00
lang-painless Removed writeTo from TransportResponse and ActionResponse (#44092) 2019-07-10 12:42:04 -07:00
mapper-extras Move dense_vector and sparse_vector to module (#43280) (#43333) 2019-06-18 11:56:04 -04:00
parent-join Remove generic on AggregatorFactory (#43664) (#44079) 2019-07-10 13:20:28 -04:00
percolator Refactor index engines to manage readers instead of searchers (#43860) 2019-07-04 22:49:43 +02:00
rank-eval Removed writeTo from TransportResponse and ActionResponse (#44092) 2019-07-10 12:42:04 -07:00
reindex Reindex ScrollableHitSource pump data out (#43864) 2019-07-09 11:50:09 +02:00
repository-url Recursive Delete on BlobContainer (#43281) (#43920) 2019-07-03 17:14:57 +02:00
transport-netty4 Rename autoMinMasterNodes to autoManageMasterNodes (#42789) 2019-06-03 12:12:07 +01:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00