public class AcceptanceResult
extends Object
implements scala.Serializable
[random]
here is necessary since it's in the return type signature of seqOp defined above
Constructor and Description |
---|
AcceptanceResult(long numItems,
long numAccepted) |
Modifier and Type | Method and Description |
---|---|
double |
acceptBound() |
boolean |
areBoundsEmpty() |
void |
merge(scala.Option<AcceptanceResult> other) |
long |
numAccepted() |
long |
numItems() |
scala.collection.mutable.ArrayBuffer<Object> |
waitList() |
double |
waitListBound() |
public long numItems()
public long numAccepted()
public scala.collection.mutable.ArrayBuffer<Object> waitList()
public double acceptBound()
public double waitListBound()
public boolean areBoundsEmpty()
public void merge(scala.Option<AcceptanceResult> other)