OpenSearch/modules
Ryan Ernst 3a2c698ce0
Rename Action to ActionType (#43778)
Action is a class that encapsulates meta information about an action
that allows it to be called remotely, specifically the action name and
response type. With recent refactoring, the action class can now be
constructed as a static constant, instead of needing to create a
subclass. This makes the old pattern of creating a singleton INSTANCE
both misnamed and lacking a common placement.

This commit renames Action to ActionType, thus allowing the old INSTANCE
naming pattern to be TYPE on the transport action itself. ActionType
also conveys that this class is also not the action itself, although
this change does not rename any concrete classes as those will be
removed organically as they are converted to TYPE constants.

relates #34389
2019-06-30 22:00:17 -07:00
..
aggs-matrix-stats Backport: Refactor aggregation base classes to remove doEquals() and doHashCode() (#43363) 2019-06-19 22:31:06 +03:00
analysis-common Allow reloading of search time analyzers (#43313) 2019-06-28 09:55:40 +02:00
ingest-common Rename Action to ActionType (#43778) 2019-06-30 22:00:17 -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 Rename Action to ActionType (#43778) 2019-06-30 22:00:17 -07:00
lang-painless Rename Action to ActionType (#43778) 2019-06-30 22:00:17 -07:00
mapper-extras Move dense_vector and sparse_vector to module (#43280) (#43333) 2019-06-18 11:56:04 -04:00
parent-join Backport: Refactor aggregation base classes to remove doEquals() and doHashCode() (#43363) 2019-06-19 22:31:06 +03:00
percolator Move query builder caching check to dedicated tests (#43238) 2019-06-27 14:56:29 +02:00
rank-eval Rename Action to ActionType (#43778) 2019-06-30 22:00:17 -07:00
reindex Rename Action to ActionType (#43778) 2019-06-30 22:00:17 -07:00
repository-url Remove Delete Method from BlobStore (#41619) (#42574) 2019-05-27 12:24:20 +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