org.objectweb.proactive.loadbalancing
Interface LoadBalancingConstants


public interface LoadBalancingConstants

Author:
Javier.Bustos@sophia.inria.fr

Field Summary
static double BALANCE_FACTOR
          BALANCE_FACTOR: Used to avoid similar CPUs rejections in load balancing.
static long MIGRATION_TIME
          MIGRATION_TIME: constant estimation of MIGRATION time.
static int NEIGHBORS_TO_STEAL
          NEIGHBORS_TO_STEAL: Number of acquaintances requested for work stealing.
static double OVERLOADED_THREASHOLD
          OVERLOADED_THREASHOLD: begin of overloaded state.
static double STEAL_FACTOR
          STEAL_FACTOR: Used to avoid similar CPUs rejections in work stealing.
static int SUBSET_SIZE
          SUBSET_SIZE: Number of acquaintances requested for balancing.
static double UNDERLOADED_THREASHOLD
          UNDERLOADED_THREASHOLD: begin of underloaded state.
static long UPDATE_TIME
          UPDATE_TIME: constant component for UPDATE time.
 

Field Detail

UPDATE_TIME

static final long UPDATE_TIME
UPDATE_TIME: constant component for UPDATE time.

See Also:
Constant Field Values

MIGRATION_TIME

static final long MIGRATION_TIME
MIGRATION_TIME: constant estimation of MIGRATION time.

See Also:
Constant Field Values

OVERLOADED_THREASHOLD

static final double OVERLOADED_THREASHOLD
OVERLOADED_THREASHOLD: begin of overloaded state.

See Also:
Constant Field Values

UNDERLOADED_THREASHOLD

static final double UNDERLOADED_THREASHOLD
UNDERLOADED_THREASHOLD: begin of underloaded state.

See Also:
Constant Field Values

BALANCE_FACTOR

static final double BALANCE_FACTOR
BALANCE_FACTOR: Used to avoid similar CPUs rejections in load balancing.

See Also:
Constant Field Values

STEAL_FACTOR

static final double STEAL_FACTOR
STEAL_FACTOR: Used to avoid similar CPUs rejections in work stealing.

See Also:
Constant Field Values

SUBSET_SIZE

static final int SUBSET_SIZE
SUBSET_SIZE: Number of acquaintances requested for balancing.

See Also:
Constant Field Values

NEIGHBORS_TO_STEAL

static final int NEIGHBORS_TO_STEAL
NEIGHBORS_TO_STEAL: Number of acquaintances requested for work stealing.

See Also:
Constant Field Values


Copyright 2001-2007 INRIA All Rights Reserved.