protected static class StageAllocatorLowCostAligned.DurationInterval extends Object
Constructor and Description |
---|
DurationInterval(long startTime,
long endTime,
double cost,
int gangsCanfit) |
Modifier and Type | Method and Description |
---|---|
boolean |
canAllocate() |
long |
getEndTime() |
long |
getStartTime() |
double |
getTotalCost() |
int |
numCanFit() |
void |
setEndTime(long value) |
void |
setStartTime(long value) |
void |
setTotalCost(double value) |
String |
toString() |
public DurationInterval(long startTime, long endTime, double cost, int gangsCanfit)
public boolean canAllocate()
public int numCanFit()
public long getStartTime()
public void setStartTime(long value)
public long getEndTime()
public void setEndTime(long value)
public double getTotalCost()
public void setTotalCost(double value)
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.