You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info("Sending Local Node request to OpenSearch");
@@ -483,11 +474,10 @@ public void sendLocalNodeRequest(TransportService transportService) {
483
474
}
484
475
485
476
/**
486
-
* Requests the ActionListener onFailure method to be run by OpenSearch. The
487
-
* result will be handled by a {@link ActionListenerOnFailureResponseHandler}.
477
+
* Requests the ActionListener onFailure method to be run by OpenSearch. The result will be handled by a {@link ActionListenerOnFailureResponseHandler}.
488
478
*
489
-
* @param transportService The TransportService defining the connection to OpenSearch.
490
-
* @param failureException The exception to be sent to OpenSearch
479
+
* @param transportService The TransportService defining the connection to OpenSearch.
480
+
* @param failureException The exception to be sent to OpenSearch
logger.info("Sending ActionListener onFailure request to OpenSearch");
@@ -505,12 +495,10 @@ public void sendActionListenerOnFailureRequest(TransportService transportService
505
495
}
506
496
507
497
/**
508
-
* Requests the environment setting values from OpenSearch for the corresponding
509
-
* component settings. The result will be handled by a
510
-
* {@link EnvironmentSettingsResponseHandler}.
498
+
* Requests the environment setting values from OpenSearch for the corresponding component settings. The result will be handled by a {@link EnvironmentSettingsResponseHandler}.
511
499
*
512
-
* @param componentSettings The component setting that correspond to the values provided by the environment settings
513
-
* @param transportService The TransportService defining the connection to OpenSearch.
500
+
* @param componentSettings The component setting that correspond to the values provided by the environment settings
501
+
* @param transportService The TransportService defining the connection to OpenSearch.
logger.info("Sending Environment Settings request to OpenSearch");
@@ -528,13 +516,12 @@ public void sendEnvironmentSettingsRequest(TransportService transportService, Li
528
516
}
529
517
530
518
/**
531
-
* Registers settings and setting consumers with the
532
-
* {@link UpdateSettingsRequestHandler} and then sends a request to OpenSearch
533
-
* to register these Setting objects with a callback to this extension. The
519
+
* Registers settings and setting consumers with the {@link UpdateSettingsRequestHandler} and then sends a request to OpenSearch to register these Setting objects with a callback to this extension.
520
+
* The
534
521
* result will be handled by a {@link ExtensionBooleanResponseHandler}.
535
522
*
536
-
* @param transportService The TransportService defining the connection to OpenSearch.
537
-
* @param settingUpdateConsumers A map of setting objects and their corresponding consumers
523
+
* @param transportService The TransportService defining the connection to OpenSearch.
524
+
* @param settingUpdateConsumers A map of setting objects and their corresponding consumers
538
525
* @throws Exception if there are no setting update consumers within the settingUpdateConsumers map
0 commit comments