| cacheContainsFlow(String flowId) | org.openkilda.pce.cache.FlowCache | |
| clear() | org.openkilda.pce.cache.FlowCache | |
| createFlow(Flow flow, ImmutablePair< PathInfoData, PathInfoData > path) | org.openkilda.pce.cache.FlowCache | |
| deleteFlow(String flowId) | org.openkilda.pce.cache.FlowCache | |
| dumpFlows() | org.openkilda.pce.cache.FlowCache | |
| getActiveFlowsWithAffectedPath(SwitchId switchId) | org.openkilda.pce.cache.FlowCache | |
| getActiveFlowsWithAffectedPath(IslInfoData islData) | org.openkilda.pce.cache.FlowCache | |
| getActiveFlowsWithAffectedPath(PortInfoData portData) | org.openkilda.pce.cache.FlowCache | |
| getAllocatedCookies() | org.openkilda.pce.cache.FlowCache | |
| getAllocatedMeters() | org.openkilda.pce.cache.FlowCache | |
| getAllocatedVlans() | org.openkilda.pce.cache.FlowCache | |
| getFlow(String flowId) | org.openkilda.pce.cache.FlowCache | |
| getFlowPath(String flowId) | org.openkilda.pce.cache.FlowCache | |
| getFlowsForEndpoint(SwitchId switchId, int port) | org.openkilda.pce.cache.FlowCache | |
| getFlowsForEndpoint(SwitchId switchId, int port, int vlan) | org.openkilda.pce.cache.FlowCache | |
| getFlowsWithAffectedEndpoint(SwitchId switchId) | org.openkilda.pce.cache.FlowCache | |
| getFlowsWithAffectedPath(SwitchId switchId) | org.openkilda.pce.cache.FlowCache | |
| getFlowsWithAffectedPath(IslInfoData islData) | org.openkilda.pce.cache.FlowCache | |
| getFlowsWithAffectedPath(PortInfoData portData) | org.openkilda.pce.cache.FlowCache | |
| getIngressAndEgressFlows(SwitchId switchId) | org.openkilda.pce.cache.FlowCache | |
| getPathIntersection(PathInfoData firstPath, PathInfoData secondPath) | org.openkilda.pce.cache.FlowCache | |
| getPathIntersection(ImmutablePair< PathInfoData, PathInfoData > firstPath, ImmutablePair< PathInfoData, PathInfoData > secondPath) | org.openkilda.pce.cache.FlowCache | |
| isOneSwitchFlow(ImmutablePair< Flow, Flow > flow) | org.openkilda.pce.cache.FlowCache | |
| load(Set< ImmutablePair< Flow, Flow >> flows) | org.openkilda.pce.cache.FlowCache | |
| pushFlow(ImmutablePair< Flow, Flow > flow) | org.openkilda.pce.cache.FlowCache | |
| putFlow(ImmutablePair< Flow, Flow > flow) | org.openkilda.pce.cache.FlowCache | |
| removeFlow(String flowId) | org.openkilda.pce.cache.FlowCache | |
| toString() | org.openkilda.pce.cache.FlowCache | |
| updateFlow(Flow flow, ImmutablePair< PathInfoData, PathInfoData > path) | org.openkilda.pce.cache.FlowCache | |