public final class ControllerNodeToNodeId extends Object implements com.google.common.base.Function<ControllerNode,NodeId>
| Constructor and Description | 
|---|
ControllerNodeToNodeId()  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeId | 
apply(ControllerNode input)  | 
static ControllerNodeToNodeId | 
toNodeId()
Returns a Function to convert ControllerNode to NodeId. 
 | 
public NodeId apply(ControllerNode input)
apply in interface Function<ControllerNode,NodeId>public static ControllerNodeToNodeId toNodeId()