Class ShellUtil
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.southboundcli.util.ShellUtil
-
public final class ShellUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
NODE_PREFIX
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<OFNode>
getAllNodes(NodeListener nodeListener)
static OFNode
getNode(long nodeId, org.opendaylight.mdsal.binding.api.DataBroker broker)
static OFNode
getNodeInfo(Long nodeId, org.opendaylight.mdsal.binding.api.DataBroker broker)
static Collection<ReconcileCounter>
getReconcileCount(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
-
-
Field Detail
-
NODE_PREFIX
public static final String NODE_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllNodes
public static List<OFNode> getAllNodes(NodeListener nodeListener)
-
getNode
public static OFNode getNode(long nodeId, org.opendaylight.mdsal.binding.api.DataBroker broker)
-
getNodeInfo
public static OFNode getNodeInfo(Long nodeId, org.opendaylight.mdsal.binding.api.DataBroker broker)
-
getReconcileCount
public static Collection<ReconcileCounter> getReconcileCount(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
-