![]() |
Open Kilda Java Documentation
|
This is the complete list of members for org.openkilda.northbound.controller.FlowController, including all inherited members.
| createFlow(@RequestBody FlowPayload flow) | org.openkilda.northbound.controller.FlowController | |
| deleteFlow(@PathVariable(name="flow-id") String flowId) | org.openkilda.northbound.controller.FlowController | |
| deleteFlows( @RequestHeader(value=EXTRA_AUTH, defaultValue="0") long extraAuth) | org.openkilda.northbound.controller.FlowController | |
| getFlow(@PathVariable(name="flow-id") String flowId) | org.openkilda.northbound.controller.FlowController | |
| getFlows() | org.openkilda.northbound.controller.FlowController | |
| invalidateFlowCache() | org.openkilda.northbound.controller.FlowController | |
| pathFlow(@PathVariable(name="flow-id") String flowId) | org.openkilda.northbound.controller.FlowController | |
| pushFlows( @RequestBody List< FlowInfoData > externalFlows, @ApiParam(value="default: false. If true, this will propagate rules to the switches.", required=false) @RequestParam(value="propagate", required=false) Optional< Boolean > propagate, @ApiParam(value="default: false. If true, will wait until poll timeout for validation.", required=false) @RequestParam("verify") Optional< Boolean > verify) | org.openkilda.northbound.controller.FlowController | |
| refreshFlowCache() | org.openkilda.northbound.controller.FlowController | |
| rerouteFlow(@PathVariable("flow_id") String flowId) | org.openkilda.northbound.controller.FlowController | |
| statusFlow(@PathVariable(name="flow-id") String flowId) | org.openkilda.northbound.controller.FlowController | |
| syncFlow(@PathVariable("flow_id") String flowId) | org.openkilda.northbound.controller.FlowController | |
| syncFlowCache() | org.openkilda.northbound.controller.FlowController | |
| unpushFlows( @RequestBody List< FlowInfoData > externalFlows, @ApiParam(value="default: false. If true, this will propagate rules to the switches.", required=false) @RequestParam(value="propagate", required=false) Optional< Boolean > propagate, @ApiParam(value="default: false. If true, will wait until poll timeout for validation.", required=false) @RequestParam(value="verify", required=false) Optional< Boolean > verify) | org.openkilda.northbound.controller.FlowController | |
| updateFlow( @PathVariable(name="flow-id") String flowId, @RequestBody FlowPayload flow) | org.openkilda.northbound.controller.FlowController | |
| validateFlow(@PathVariable("flow_id") String flowId) | org.openkilda.northbound.controller.FlowController | |
| verifyFlow( @RequestBody VerificationInput payload, @PathVariable("flow_id") String flowId) | org.openkilda.northbound.controller.FlowController |