public abstract class GetLabelsToNodesResponse extends Object
| Constructor and Description |
|---|
GetLabelsToNodesResponse() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Set<NodeId>> |
getLabelsToNodes() |
static GetLabelsToNodesResponse |
newInstance(Map<String,Set<NodeId>> map) |
abstract void |
setLabelsToNodes(Map<String,Set<NodeId>> map) |
public static GetLabelsToNodesResponse newInstance(Map<String,Set<NodeId>> map)
@InterfaceAudience.Public @InterfaceStability.Evolving public abstract void setLabelsToNodes(Map<String,Set<NodeId>> map)
@InterfaceAudience.Public @InterfaceStability.Evolving public abstract Map<String,Set<NodeId>> getLabelsToNodes()
Copyright © 2018 CERN. All Rights Reserved.