|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFlowReconcileEngineService
The Interface IFlowReconcileEngine. public interface APIs to Big Switch Flow-Reconcile Service. FlowReconcileEngine queries the network-level flows that are currently deployed in the underlying network. The flow reconcile engine can be triggered using various filters by using the corresponding APIs.
Field Summary | |
---|---|
static FloodlightContextStore<java.lang.String> |
fcStore
A FloodlightContextStore object that can be used to interact with the FloodlightContext information about flowCache. |
static java.lang.String |
FLOWRECONCILE_APP_INSTANCE_NAME
|
Method Summary | |
---|---|
void |
init(FloodlightModuleContext fmc)
|
void |
startUp(FloodlightModuleContext fmc)
|
void |
submitFlowQueryEvent(FlowReconcileQuery query)
Submit a network flow query with query parameters specified in ReconcileQueryObj object. |
void |
updateFlush()
Flush Local Counter Updates |
Field Detail |
---|
static final FloodlightContextStore<java.lang.String> fcStore
static final java.lang.String FLOWRECONCILE_APP_INSTANCE_NAME
Method Detail |
---|
void submitFlowQueryEvent(FlowReconcileQuery query)
query
- the flow cache query object as inputvoid updateFlush()
void init(FloodlightModuleContext fmc) throws FloodlightModuleException
FloodlightModuleException
void startUp(FloodlightModuleContext fmc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |