public class SimpleAssignmentStrategy.AnalysisContext.UnderloadedFilter extends Object implements Filter
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_cFairShare
The cached fair-share load.
|
protected boolean |
m_fPrimary
True iff this filter represents primary partition load.
|
| Modifier | Constructor and Description |
|---|---|
protected |
UnderloadedFilter(boolean fPrimary)
Construct an UnderloadedFilter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Object o)
Apply the test to the input argument.
|
int |
getFairShare()
Return the fair-share partition load.
|
boolean |
isPrimary()
Return true iff this Filter compares the primary partition load.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, asLimitFilter, associatedWith, forKeys, forPartitions, or, xorprotected int m_cFairShare
protected boolean m_fPrimary
protected UnderloadedFilter(boolean fPrimary)
fPrimary - true iff the filter should compare primary
partition load