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