Class BulkOMaticUtils
java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.BulkOMaticUtils
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Flow
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>
getFlowCapableNodeId
(String dpId) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Flow>
getFlowId
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Table> tablePath, String flowId) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Flow>
getFlowInstanceIdentifier
(short tableId, String flowId, String dpId) static Match
getMatch
(int sourceIp) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Table>
getTableId
(short tableId, String dpId) static String
ipIntToStr
(int number)
-
Field Details
-
DEFUALT_STATUS
public static final int DEFUALT_STATUS -
DEFAULT_FLOW_COUNT
public static final int DEFAULT_FLOW_COUNT- See Also:
-
DEFAULT_TABLE_COUNT
public static final int DEFAULT_TABLE_COUNT- See Also:
-
DEFAULT_COMPLETION_TIME
public static final long DEFAULT_COMPLETION_TIME- See Also:
-
DEFAULT_UNITS
- See Also:
-
DEVICE_TYPE_PREFIX
- See Also:
-
-
Method Details
-
ipIntToStr
-
getMatch
-
buildFlow
-
getFlowInstanceIdentifier
-
getFlowCapableNodeId
-
getTableId
-
getFlowId
-