Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jppf.load.balancer Classes and Interfaces - 13 results found.
| Name | Description | Type | Package | Framework |
| Bundler | This is the interface of all strategies for defining bundle task size. | Interface | org.jppf.load.balancer | Jppf |
|
| BundlerEx | A bundler which provides a more advanced feedback method with additional performance data. | Interface | org.jppf.load.balancer | Jppf |
|
| ContextAwareness | Bundler implementations should implement this interface if they wish to have access to a node's context. | Interface | org.jppf.load.balancer | Jppf |
|
| FixedSizeBundler | This class provide a used defined bundle size jppf. | Class | org.jppf.load.balancer.impl | Jppf |
|
| FixedSizeBundlerProvider | Provider implementation for the fixed bundle size load-balancing algorithm. | Class | org.jppf.load.balancer.spi | Jppf |
|
| FixedSizeProfile | Profile for the fixed bundle size load-balancing algorithm. | Class | org.jppf.load.balancer.impl | Jppf |
|
| JobAwareness | Bundler implementations should implement this interface if they wish to have access to a job's information. | Interface | org.jppf.load.balancer | Jppf |
|
| JobAwarenessEx | Bundler implementations should implement this interface if they wish to have access to a job's information. | Interface | org.jppf.load.balancer | Jppf |
|
| JPPFBundlerProvider | Interface for all load-balancing algorithm providers. | Interface | org.jppf.load.balancer.spi | Jppf |
|
| JPPFContext | Bundler implementations should use this context if they wish to have access to execution context. | Class | org.jppf.load.balancer | Jppf |
|
| LoadBalancingInformation | Information on the load-balancing algorithm currently setup in the driver. | Class | org.jppf.load.balancer | Jppf |
|
| LoadBalancingProfile | This interface defines the set of parameters used by a load-balancing algorithm. | Interface | org.jppf.load.balancer | Jppf |
|
| NodeAwareness | Bundler implementations should implement this interface if they wish to have access to a node's configuration. | Interface | org.jppf.load.balancer | Jppf |