Open Kilda Java Documentation
org.openkilda.pce.cache.ResourceCacheTest Class Reference

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 ()
 

Detailed Description

Definition at line 41 of file ResourceCacheTest.java.

Member Function Documentation

◆ allocateAll()

void org.openkilda.pce.cache.ResourceCacheTest.allocateAll ( ) throws Exception

Definition at line 63 of file ResourceCacheTest.java.

◆ allocateFlow()

void org.openkilda.pce.cache.ResourceCacheTest.allocateFlow ( ) throws Exception

Definition at line 171 of file ResourceCacheTest.java.

◆ cookiePool()

void org.openkilda.pce.cache.ResourceCacheTest.cookiePool ( ) throws Exception

Definition at line 68 of file ResourceCacheTest.java.

◆ deallocateFlow()

void org.openkilda.pce.cache.ResourceCacheTest.deallocateFlow ( ) throws Exception

Definition at line 202 of file ResourceCacheTest.java.

◆ earlyMeterIds()

void org.openkilda.pce.cache.ResourceCacheTest.earlyMeterIds ( )

Definition at line 262 of file ResourceCacheTest.java.

◆ getAllMeterIds()

void org.openkilda.pce.cache.ResourceCacheTest.getAllMeterIds ( )

Definition at line 238 of file ResourceCacheTest.java.

◆ meterIdPool()

void org.openkilda.pce.cache.ResourceCacheTest.meterIdPool ( ) throws Exception

Definition at line 114 of file ResourceCacheTest.java.

◆ meterIdPoolFullTest()

void org.openkilda.pce.cache.ResourceCacheTest.meterIdPoolFullTest ( )

Definition at line 162 of file ResourceCacheTest.java.

◆ setUp()

void org.openkilda.pce.cache.ResourceCacheTest.setUp ( ) throws Exception

Definition at line 58 of file ResourceCacheTest.java.

◆ shouldSkipDellocateMeterIdIfSwitchNotFound()

void org.openkilda.pce.cache.ResourceCacheTest.shouldSkipDellocateMeterIdIfSwitchNotFound ( )

Definition at line 228 of file ResourceCacheTest.java.

◆ shouldSkipDellocateMeterPoolIfSwitchNotFound()

void org.openkilda.pce.cache.ResourceCacheTest.shouldSkipDellocateMeterPoolIfSwitchNotFound ( )

Definition at line 218 of file ResourceCacheTest.java.

◆ tearDown()

void org.openkilda.pce.cache.ResourceCacheTest.tearDown ( ) throws Exception

Definition at line 53 of file ResourceCacheTest.java.

◆ vlanIdPool()

void org.openkilda.pce.cache.ResourceCacheTest.vlanIdPool ( ) throws Exception

Definition at line 91 of file ResourceCacheTest.java.

◆ vlanPoolFullTest()

void org.openkilda.pce.cache.ResourceCacheTest.vlanPoolFullTest ( )

Definition at line 141 of file ResourceCacheTest.java.


The documentation for this class was generated from the following file: