public class LoadMapping extends Object
Holds a list of the current loads.
LoadMapping()
double
get(int task)
Load
getLoad(int task)
void
setLocal(Map<Integer,Double> local)
setRemote(Map<Integer,Load> remote)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LoadMapping()
public void setLocal(Map<Integer,Double> local)
public void setRemote(Map<Integer,Load> remote)
public Load getLoad(int task)
public double get(int task)
Copyright © 2022 The Apache Software Foundation. All rights reserved.