java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.BulkOMaticUtils
public final class BulkOMaticUtils
extends Object
-
Field Summary
Fields
static final long
static final int
static final int
static final int
-
Method Summary
static @NonNull org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey<Node,NodeKey>
static @NonNull org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey<Flow,FlowKey>
static @NonNull org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey<Flow,FlowKey>
static @NonNull org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey<Table,TableKey>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public static final String DEFAULT_UNITS
- See Also:
-
-
DEVICE_TYPE_PREFIX
public static final String DEVICE_TYPE_PREFIX
- See Also:
-
-
Method Details
-
ipIntToStr
public static String ipIntToStr(int number)
-
getMatch
public static Match getMatch(int sourceIp)
-
-
getFlowInstanceIdentifier
public static @NonNull org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey<Flow,FlowKey> getFlowInstanceIdentifier(short tableId,
String flowId,
String dpId)
-
getFlowCapableNodeId
public static @NonNull org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey<Node,NodeKey> getFlowCapableNodeId(String dpId)
-
getTableId
public static @NonNull org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey<Table,TableKey> getTableId(short tableId,
String dpId)
-