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
Copy file name to clipboardExpand all lines: server/src/main/java/org/opensearch/action/support/clustermanager/ClusterManagerNodeOperationRequestBuilder.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ public final RequestBuilder setClusterManagerNodeTimeout(TimeValue timeout) {
65
65
66
66
/**
67
67
* Sets the cluster-manager node timeout in case the cluster-manager has not yet been discovered.
68
+
*
69
+
* @deprecated As of 2.1, because supporting inclusive language, replaced by {@link #setClusterManagerNodeTimeout(TimeValue)}
68
70
*/
69
71
@SuppressWarnings("unchecked")
70
72
@Deprecated
@@ -83,6 +85,8 @@ public final RequestBuilder setClusterManagerNodeTimeout(String timeout) {
83
85
84
86
/**
85
87
* Sets the cluster-manager node timeout in case the cluster-manager has not yet been discovered.
88
+
*
89
+
* @deprecated As of 2.1, because supporting inclusive language, replaced by {@link #setClusterManagerNodeTimeout(String)}
0 commit comments