Returns a specified element from the Map object. If the value that is associated to the provided key is an object, then you will get a reference to that object and any change made to that object will effectively modify it inside the Map.
Returns the element associated with the specified key. If no element is associated with the specified key, undefined is returned.
boolean indicating whether an element with the specified key exists or not.
Returns an iterable of keys in the map
Returns an iterable of values in the map
Returns an iterable of key, value pairs for every entry in the map.
Check if a node is in a certain state
Name of the node
Expected state of the node
List nodes that support a certain feature
Type of feature
Name of the feature
Check if a node supports a certain feature
Type of feature
Name of the feature
Name of the node
List nodes that are ready, sorted by metrics
Numeric weights for each metric
Connect to all nodes
Disconnect from a specific node (all if none specified)
Optionalname: stringName of the node
Fetch info for a specific node (cache-first)
Name of the node
Utility class for managing nodes