net.floodlightcontroller.topology
Class TopologyInstance.PathCacheLoader

java.lang.Object
  extended by com.google.common.cache.CacheLoader<RouteId,Route>
      extended by net.floodlightcontroller.topology.TopologyInstance.PathCacheLoader
Enclosing class:
TopologyInstance

protected class TopologyInstance.PathCacheLoader
extends com.google.common.cache.CacheLoader<RouteId,Route>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException
 
Method Summary
 Route load(RouteId rid)
           
 
Methods inherited from class com.google.common.cache.CacheLoader
from, from, loadAll, reload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public Route load(RouteId rid)
Specified by:
load in class com.google.common.cache.CacheLoader<RouteId,Route>