|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGroupSelector
UnionSelector
public class UnionSelector
Pass incoming groups to a number of selectors.
Field Summary | |
---|---|
(package private) GroupSelector[] |
selectors
|
Fields inherited from class GroupSelector |
---|
conservative, counts, next |
Constructor Summary | |
---|---|
UnionSelector(GroupSelector[] selectors)
|
Method Summary | |
---|---|
void |
flush()
Flush any remaining queued groups |
void |
process(int group)
Process the given group. |
void |
reset(boolean conservative)
Reset the selector |
void |
setCounts(GroupCounts counts)
Set the counts to be used |
String |
toString()
Get a string representation |
Methods inherited from class GroupSelector |
---|
setNext |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
GroupSelector[] selectors
Constructor Detail |
---|
public UnionSelector(GroupSelector[] selectors)
Method Detail |
---|
public void setCounts(GroupCounts counts)
setCounts
in class GroupSelector
public void reset(boolean conservative)
reset
in class GroupSelector
public void process(int group)
process
in class GroupSelector
public void flush()
flush
in class GroupSelector
public String toString()
GroupSelector
toString
in class GroupSelector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |