Uses of Class
net.floodlightcontroller.loadbalancer.LBPool

Packages that use LBPool
net.floodlightcontroller.loadbalancer   
 

Uses of LBPool in net.floodlightcontroller.loadbalancer
 

Fields in net.floodlightcontroller.loadbalancer with type parameters of type LBPool
protected  java.util.HashMap<java.lang.String,LBPool> LoadBalancer.pools
           
 

Methods in net.floodlightcontroller.loadbalancer that return LBPool
 LBPool LoadBalancer.createPool(LBPool pool)
           
 LBPool ILoadBalancerService.createPool(LBPool pool)
          Create and return a new pool.
 LBPool PoolsResource.createPool(java.lang.String postData)
           
protected  LBPool PoolsResource.jsonToPool(java.lang.String json)
           
 LBPool LoadBalancer.updatePool(LBPool pool)
           
 LBPool ILoadBalancerService.updatePool(LBPool pool)
          Update and return an existing pool.
 

Methods in net.floodlightcontroller.loadbalancer that return types with arguments of type LBPool
 java.util.Collection<LBPool> LoadBalancer.listPool(java.lang.String poolId)
           
 java.util.Collection<LBPool> ILoadBalancerService.listPool(java.lang.String poolId)
          List selected pool by its ID.
 java.util.Collection<LBPool> LoadBalancer.listPools()
           
 java.util.Collection<LBPool> ILoadBalancerService.listPools()
          List all current pools.
 java.util.Collection<LBPool> PoolsResource.retrieve()
           
 

Methods in net.floodlightcontroller.loadbalancer with parameters of type LBPool
 LBPool LoadBalancer.createPool(LBPool pool)
           
 LBPool ILoadBalancerService.createPool(LBPool pool)
          Create and return a new pool.
 void LBPoolSerializer.serialize(LBPool pool, com.fasterxml.jackson.core.JsonGenerator jGen, com.fasterxml.jackson.databind.SerializerProvider serializer)
           
 LBPool LoadBalancer.updatePool(LBPool pool)
           
 LBPool ILoadBalancerService.updatePool(LBPool pool)
          Update and return an existing pool.