File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/main/java/org/elasticsearch/cluster Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,8 @@ public Iterator<? extends ToXContent> toXContentChunked(ToXContent.Params params
221221 * Returns a node id to estimated heap usage mapping for all nodes that we have such data for.
222222 * Note that these estimates should be considered minimums. They may be used to determine whether
223223 * there IS NOT capacity to do something, but not to determine that there IS capacity to do something.
224+ * Also note that the map may not be complete, it may contain none, or a subset of the nodes in
225+ * the cluster at any time. It may also contain entries for nodes that have since left the cluster.
224226 */
225227 public Map <String , HeapUsage > getNodesHeapUsage () {
226228 return nodesHeapUsage ;
You can’t perform that action at this time.
0 commit comments