public class OVXFlowManager extends Object
| Constructor and Description |
|---|
OVXFlowManager(Integer tenantId,
Collection<Host> hostList) |
| Modifier and Type | Method and Description |
|---|---|
void |
boot() |
Integer |
getFlowId(byte[] srcMac,
byte[] dstMac) |
LinkedList<MACAddress> |
getFlowValues(Integer flowId) |
Integer |
storeFlowValues(byte[] srcMac,
byte[] dstMac) |
public OVXFlowManager(Integer tenantId, Collection<Host> hostList)
public Integer storeFlowValues(byte[] srcMac, byte[] dstMac) throws IndexOutOfBoundException
IndexOutOfBoundExceptionpublic LinkedList<MACAddress> getFlowValues(Integer flowId)
public Integer getFlowId(byte[] srcMac, byte[] dstMac) throws DroppedMessageException, IndexOutOfBoundException
public void boot()
throws IndexOutOfBoundException
IndexOutOfBoundExceptionCopyright © 2015. All rights reserved.