Commit e67aa96
authored
Core: Combine Action and GenericAction (elastic#31405)
Since elastic#30966, Action no longer has anything but a call to the
GenericAction super constructor. This commit renames GenericAction
into Action, thus eliminating the Action class. Additionally, this
commit removes the Request generic parameter of the class, since
it was unused.1 parent 4ad334f commit e67aa96
File tree
260 files changed
+359
-400
lines changed- client/client-benchmark-noop-api-plugin/src/main/java/org/elasticsearch/plugin/noop/action
- bulk
- search
- modules
- ingest-common/src/main/java/org/elasticsearch/ingest/common
- lang-mustache/src/main/java/org/elasticsearch/script/mustache
- lang-painless/src/main/java/org/elasticsearch/painless
- rank-eval/src/main/java/org/elasticsearch/index/rankeval
- reindex/src
- main/java/org/elasticsearch/index/reindex
- test/java/org/elasticsearch/index/reindex
- server/src
- main/java/org/elasticsearch
- action
- admin
- cluster
- allocation
- health
- node
- hotthreads
- info
- reload
- stats
- tasks
- cancel
- get
- list
- usage
- remote
- repositories
- delete
- get
- put
- verify
- reroute
- settings
- shards
- snapshots
- create
- delete
- get
- restore
- status
- state
- stats
- storedscripts
- tasks
- indices
- alias
- exists
- get
- analyze
- cache/clear
- close
- create
- delete
- exists
- indices
- types
- flush
- forcemerge
- get
- mapping
- get
- put
- open
- recovery
- refresh
- rollover
- segments
- settings
- get
- put
- shards
- shrink
- stats
- template
- delete
- get
- put
- upgrade
- get
- post
- validate/query
- bulk
- delete
- explain
- fieldcaps
- get
- index
- ingest
- main
- search
- support
- broadcast
- master
- info
- nodes
- replication
- single
- instance
- shard
- tasks
- termvectors
- update
- client
- node
- support
- transport
- index/reindex
- node
- persistent
- plugins
- transport
- test/java/org/elasticsearch
- action
- admin/cluster/node/tasks
- client
- node
- transport
- indices/settings
- persistent
- test/framework/src/main/java/org/elasticsearch/test/client
- x-pack/plugin
- core/src/main/java/org/elasticsearch
- license
- xpack/core
- action
- deprecation
- graph/action
- ml/action
- monitoring/action
- rollup/action
- security/action
- realm
- rolemapping
- role
- saml
- token
- user
- ssl/action
- upgrade/actions
- watcher/transport/actions
- ack
- activate
- delete
- execute
- get
- put
- service
- stats
- security/src
- main/java/org/elasticsearch/xpack/security/rest/action/oauth2
- test/java/org/elasticsearch/xpack/security
- action/saml
- audit/index
- authc/esnative
- support
- sql/sql-proto/src/main/java/org/elasticsearch/xpack/sql/plugin
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
260 files changed
+359
-400
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments