|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.counters.query.CSet
public class CSet
Pairs together an ordered set of category values for a pivot table with the set of counters which share that set of category values.
| Field Summary | |
|---|---|
String[] |
cats
The set of ordered category values. |
List<ICounter> |
counters
The set of counters sharing the same set of ordered category values. |
| Constructor Summary | |
|---|---|
CSet(String[] cats,
ICounter counter)
Create a set based on the specified category values and initially containing the specified ICounter. |
|
| Method Summary | |
|---|---|
void |
add(ICounter counter)
Add another counter to that set. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String[] cats
public final List<ICounter> counters
| Constructor Detail |
|---|
public CSet(String[] cats,
ICounter counter)
ICounter.
cats - An ordered set of category values.counter - A counter from whose ICounterNode.getPath() the
category values were extracted as capturing groups.| Method Detail |
|---|
public String toString()
toString in class Objectpublic void add(ICounter counter)
counter - The counter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||