![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
void | tearDown () throws Exception |
void | setUp () throws Exception |
void | allocateAll () throws Exception |
void | cookiePool () throws Exception |
void | vlanIdPool () throws Exception |
void | meterIdPool () throws Exception |
void | vlanPoolFullTest () |
void | meterIdPoolFullTest () |
void | allocateFlow () throws Exception |
void | deallocateFlow () throws Exception |
void | shouldSkipDellocateMeterPoolIfSwitchNotFound () |
void | shouldSkipDellocateMeterIdIfSwitchNotFound () |
void | getAllMeterIds () |
void | earlyMeterIds () |
Definition at line 41 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.allocateAll | ( | ) | throws Exception |
Definition at line 63 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.allocateFlow | ( | ) | throws Exception |
Definition at line 171 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.cookiePool | ( | ) | throws Exception |
Definition at line 68 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.deallocateFlow | ( | ) | throws Exception |
Definition at line 202 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.earlyMeterIds | ( | ) |
Definition at line 262 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.getAllMeterIds | ( | ) |
Definition at line 238 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.meterIdPool | ( | ) | throws Exception |
Definition at line 114 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.meterIdPoolFullTest | ( | ) |
Definition at line 162 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.setUp | ( | ) | throws Exception |
Definition at line 58 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.shouldSkipDellocateMeterIdIfSwitchNotFound | ( | ) |
Definition at line 228 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.shouldSkipDellocateMeterPoolIfSwitchNotFound | ( | ) |
Definition at line 218 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.tearDown | ( | ) | throws Exception |
Definition at line 53 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.vlanIdPool | ( | ) | throws Exception |
Definition at line 91 of file ResourceCacheTest.java.
void org.openkilda.pce.cache.ResourceCacheTest.vlanPoolFullTest | ( | ) |
Definition at line 141 of file ResourceCacheTest.java.