org.jppf.server.scheduler.bundle
Interface LoadBalancingProfile

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractAutoTuneProfile, AnnealingTuneProfile, FixedSizeProfile, ProportionalTuneProfile, RLProfile

public interface LoadBalancingProfile
extends Serializable

This interface defines the set of parameters used by a load-balancing algorithm.

Author:
Domingos Creado, Laurent Cohen

Method Summary
 LoadBalancingProfile copy()
          Make a copy of this profile.
 

Method Detail

copy

LoadBalancingProfile copy()
Make a copy of this profile.

Returns:
a newly created LoadBalancingProfile instance.


Copyright © 2005-2010 JPPF Team.